#D4944E

Color #D4944E Whiskey Sour (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Whiskey Sour #D4944E

Tints of Whiskey Sour #D4944E

Color information

#D4944E (or 0xD4944E) is unknown color: approx Whiskey Sour. HEX triplet: D4, 94 and 4E. RGB value is (212,148,78). Sum of RGB (Red+Green+Blue) = 212+148+78=438 (58% of max value = 765). Red value is 212 (83.20% from 255 or 48.40% from 438); Green value is 148 (58.20% from 255 or 33.79% from 438); Blue value is 78 (30.86% from 255 or 17.81% from 438); Max value from RGB is 212 - color contains mainly: red. Hex color #D4944E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4944E is #2B6BB1. Grayscale: #9F9F9F. Windows color (decimal): -2845618 or 5149908. OLE color: 5149908.

HSL color Cylindrical-coordinate representation of color #D4944E: hue angle of 31.34º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D4944E is Cyan = 0, Magento = 0.30, Yellow = 0.63 and Black (K on CMYK) = 0.17.

Color convert

RGB21214878-
CMYK00.300.630.17
HSL31.34º60.91%56.86%-
HSV(B)31.34º63.21%83.14%-
XYZ39.1235.7312.04-
YUV159.1682.2165.69-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 212 (83.20% from 255) = 48.40%
GREEN value IS 148 (58.20% from 255) = 33.79%
BLUE value IS 78 (30.86% from 255) = 17.81%
R=48.40%
G=33.79%
B=17.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.63
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2121487800.300.630.1731.3460.9156.86
HexD4944E01E3F111f3d39
Octal3242241160367721377571
Binary110101001001010010011100111101111111000111111111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4944E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4944E; }

 p { color: rgb(212,148,78); }

 H1.HeaderClassName
 {
   color: #D4944E;
 }
 .AnyTagClassName
 {
   color: #D4944E;
 }
</style>
background-color css

<style>
 a { background-color: #D4944E; }

 a { background-color: rgb(212,148,78); }

 div.DivClassName
 {
   background-color: #D4944E;
 }
 .BgClassName
 {
   background-color: #D4944E;
 }
</style>
border-color css

<style>
 span { border-color: #D4944E; }

 span { border-color: rgb(212,148,78); }

 td.TdClassName
 {
   border-color: #D4944E;
 }
 .TagClassName
 {
   border-color: #D4944E;
 }
</style>