Html Css Color HEX #D49857 Whiskey Sour

📋 copy color: '#D49857'

red 212 ◦ green 152 ◦ blue 87

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

Shades of Whiskey Sour #D49857

Tints of Whiskey Sour #D49857

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 19.29%

R = 47.01%
G = 33.7%
B = 19.29%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.59

 K value IS 0.17

RGB Variations

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

Color information

#D49857 (or 0xD49857) is known color: Whiskey Sour. HEX triplet: D4, 98 and 57. RGB value is (212,152,87). Sum of RGB (Red+Green+Blue) = 212+152+87=451 (59% of max value = 765). Red value is 212 (83.20% from 255 or 47.01% from 451); Green value is 152 (59.77% from 255 or 33.70% from 451); Blue value is 87 (34.38% from 255 or 19.29% from 451); Max value from RGB is 212 - color contains mainly: red. Hex color #D49857 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D49857 is #2B67A8. Grayscale: #A2A2A2. Windows color (decimal): -2844585 or 5740756. OLE color: 5740756.

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

Color convert

RGB 212 152 87 -
CMYK 0 0.28 0.59 0.17
HSL 31.2º 0.59% 0.59% -
HSV(B) 31.2º 0.59% 0.83% -
XYZ 40.1 37.14 14.07 -
YUV 162.53 85.38 163.29 -
System Red Green Blue C M Y K H S L
Decimal 212 152 87 0 0.28 0.59 0.17 31.2 0.59 0.59
Hex D4 98 57 0 1C 3B 11 1F 3B 3B
Octal 324 230 127 0 34 73 21 37 73 73
Binary 11010100 10011000 1010111 0 11100 111011 10001 11111 111011 111011

Color Harmonies of #D49857

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49857

Black with #D49857

Text Example


Text Example

White with #D49857

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D49857; }

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

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

background-color css

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

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

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

border-color css

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

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

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