Html Css Color HEX #D08C59 Whiskey Sour

📋 copy color: '#D08C59'

red 208 ◦ green 140 ◦ blue 89

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

Shades of Whiskey Sour #D08C59

Tints of Whiskey Sour #D08C59

RGB

 RED value IS 208 (81.64% from 255) = 47.6%

 GREEN value IS 140 (55.08% from 255) = 32.04%

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

R = 47.6%
G = 32.04%
B = 20.37%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.57

 K value IS 0.18

RGB Variations

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

Color information

#D08C59 (or 0xD08C59) is known color: Whiskey Sour. HEX triplet: D0, 8C and 59. RGB value is (208,140,89). Sum of RGB (Red+Green+Blue) = 208+140+89=437 (57% of max value = 765). Red value is 208 (81.64% from 255 or 47.60% from 437); Green value is 140 (55.08% from 255 or 32.04% from 437); Blue value is 89 (35.16% from 255 or 20.37% from 437); Max value from RGB is 208 - color contains mainly: red. Hex color #D08C59 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D08C59 is #2F73A6. Grayscale: #9A9A9A. Windows color (decimal): -3109799 or 5868752. OLE color: 5868752.

HSL color Cylindrical-coordinate representation of color #D08C59: hue angle of 25.71º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D08C59 is Cyan = 0, Magento = 0.33, Yellow = 0.57 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 140 89 -
CMYK 0 0.33 0.57 0.18
HSL 25.71º 0.56% 0.58% -
HSV(B) 25.71º 0.57% 0.82% -
XYZ 37.19 32.89 13.84 -
YUV 154.52 91.03 166.15 -
System Red Green Blue C M Y K H S L
Decimal 208 140 89 0 0.33 0.57 0.18 25.71 0.56 0.58
Hex D0 8C 59 0 21 39 12 1A 38 3A
Octal 320 214 131 0 41 71 22 32 70 72
Binary 11010000 10001100 1011001 0 100001 111001 10010 11010 111000 111010

Color Harmonies of #D08C59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08C59

Black with #D08C59

Text Example


Text Example

White with #D08C59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08C59; }

 p { color: rgb(208,140,89); }

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

background-color css

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

 a { background-color: rgb(208,140,89); }

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

border-color css

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

 span { border-color: rgb(208,140,89); }

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