Html Css Color HEX #D9885A Whiskey Sour

📋 copy color: '#D9885A'

red 217 ◦ green 136 ◦ blue 90

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

Shades of Whiskey Sour #D9885A

Tints of Whiskey Sour #D9885A

RGB

 RED value IS 217 (85.16% from 255) = 48.98%

 GREEN value IS 136 (53.52% from 255) = 30.7%

 BLUE value IS 90 (35.55% from 255) = 20.32%

R = 48.98%
G = 30.7%
B = 20.32%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.59

 K value IS 0.15

RGB Variations

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

Color information

#D9885A (or 0xD9885A) is known color: Whiskey Sour. HEX triplet: D9, 88 and 5A. RGB value is (217,136,90). Sum of RGB (Red+Green+Blue) = 217+136+90=443 (58% of max value = 765). Red value is 217 (85.16% from 255 or 48.98% from 443); Green value is 136 (53.52% from 255 or 30.70% from 443); Blue value is 90 (35.55% from 255 or 20.32% from 443); Max value from RGB is 217 - color contains mainly: red. Hex color #D9885A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9885A is #2677A5. Grayscale: #9B9B9B. Windows color (decimal): -2520998 or 5933273. OLE color: 5933273.

HSL color Cylindrical-coordinate representation of color #D9885A: hue angle of 21.73º degrees, saturation: 0.63, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D9885A is Cyan = 0, Magento = 0.37, Yellow = 0.59 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 136 90 -
CMYK 0 0.37 0.59 0.15
HSL 21.73º 0.63% 0.6% -
HSV(B) 21.73º 0.59% 0.85% -
XYZ 39.26 33.1 13.99 -
YUV 154.98 91.34 172.24 -
System Red Green Blue C M Y K H S L
Decimal 217 136 90 0 0.37 0.59 0.15 21.73 0.63 0.6
Hex D9 88 5A 0 25 3B F 16 3F 3C
Octal 331 210 132 0 45 73 17 26 77 74
Binary 11011001 10001000 1011010 0 100101 111011 1111 10110 111111 111100

Color Harmonies of #D9885A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9885A

Black with #D9885A

Text Example


Text Example

White with #D9885A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9885A; }

 p { color: rgb(217,136,90); }

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

background-color css

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

 a { background-color: rgb(217,136,90); }

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

border-color css

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

 span { border-color: rgb(217,136,90); }

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