Html Css Color HEX #D49859 Whiskey Sour

📋 copy color: '#D49859'

red 212 ◦ green 152 ◦ blue 89

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

Shades of Whiskey Sour #D49859

Tints of Whiskey Sour #D49859

RGB

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

 GREEN value IS 152 (59.77% from 255) = 33.55%

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

R = 46.8%
G = 33.55%
B = 19.65%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.58

 K value IS 0.17

RGB Variations

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

Color information

#D49859 (or 0xD49859) is known color: Whiskey Sour. HEX triplet: D4, 98 and 59. RGB value is (212,152,89). Sum of RGB (Red+Green+Blue) = 212+152+89=453 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.80% from 453); Green value is 152 (59.77% from 255 or 33.55% from 453); Blue value is 89 (35.16% from 255 or 19.65% from 453); Max value from RGB is 212 - color contains mainly: red. Hex color #D49859 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D49859 is #2B67A6. Grayscale: #A3A3A3. Windows color (decimal): -2844583 or 5871828. OLE color: 5871828.

HSL color Cylindrical-coordinate representation of color #D49859: hue angle of 30.73º 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 #D49859 is Cyan = 0, Magento = 0.28, Yellow = 0.58 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 152 89 -
CMYK 0 0.28 0.58 0.17
HSL 30.73º 0.59% 0.59% -
HSV(B) 30.73º 0.58% 0.83% -
XYZ 40.18 37.17 14.51 -
YUV 162.76 86.38 163.12 -
System Red Green Blue C M Y K H S L
Decimal 212 152 89 0 0.28 0.58 0.17 30.73 0.59 0.59
Hex D4 98 59 0 1C 3A 11 1F 3B 3B
Octal 324 230 131 0 34 72 21 37 73 73
Binary 11010100 10011000 1011001 0 11100 111010 10001 11111 111011 111011

Color Harmonies of #D49859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49859

Black with #D49859

Text Example


Text Example

White with #D49859

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D49859; }

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

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

background-color css

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

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

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

border-color css

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

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

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