Html Css Color HEX #D49459 Whiskey Sour

📋 copy color: '#D49459'

red 212 ◦ green 148 ◦ blue 89

#D49459
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Whiskey Sour #D49459

Tints of Whiskey Sour #D49459

RGB

 RED value IS 212 (83.2% from 255) = 47.22%

 GREEN value IS 148 (58.2% from 255) = 32.96%

 BLUE value IS 89 (35.16% from 255) = 19.82%

R = 47.22%
G = 32.96%
B = 19.82%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.58

 K value IS 0.17

RGB Variations

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

Color information

#D49459 (or 0xD49459) is known color: Whiskey Sour. HEX triplet: D4, 94 and 59. RGB value is (212,148,89). Sum of RGB (Red+Green+Blue) = 212+148+89=449 (59% of max value = 765). Red value is 212 (83.20% from 255 or 47.22% from 449); Green value is 148 (58.20% from 255 or 32.96% from 449); Blue value is 89 (35.16% from 255 or 19.82% from 449); Max value from RGB is 212 - color contains mainly: red. Hex color #D49459 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D49459 is #2B6BA6. Grayscale: #A0A0A0. Windows color (decimal): -2845607 or 5870804. OLE color: 5870804.

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

Color convert

RGB 212 148 89 -
CMYK 0 0.30 0.58 0.17
HSL 28.78º 0.59% 0.59% -
HSV(B) 28.78º 0.58% 0.83% -
XYZ 39.54 35.9 14.3 -
YUV 160.41 87.7 164.8 -
System Red Green Blue C M Y K H S L
Decimal 212 148 89 0 0.30 0.58 0.17 28.78 0.59 0.59
Hex D4 94 59 0 1E 3A 11 1D 3B 3B
Octal 324 224 131 0 36 72 21 35 73 73
Binary 11010100 10010100 1011001 0 11110 111010 10001 11101 111011 111011

Color Harmonies of #D49459

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49459

Black with #D49459

Text Example


Text Example

White with #D49459

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D49459; }

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

 H1.HeaderClassName
 {
   color: #D49459;
 }
 .AnyTagClassName
 {
   color: #D49459;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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