Html Css Color HEX #D08C57 Whiskey Sour

📋 copy color: '#D08C57'

red 208 ◦ green 140 ◦ blue 87

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

Shades of Whiskey Sour #D08C57

Tints of Whiskey Sour #D08C57

RGB

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

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

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

R = 47.82%
G = 32.18%
B = 20%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.58

 K value IS 0.18

RGB Variations

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

Color information

#D08C57 (or 0xD08C57) is known color: Whiskey Sour. HEX triplet: D0, 8C and 57. RGB value is (208,140,87). Sum of RGB (Red+Green+Blue) = 208+140+87=435 (57% of max value = 765). Red value is 208 (81.64% from 255 or 47.82% from 435); Green value is 140 (55.08% from 255 or 32.18% from 435); Blue value is 87 (34.38% from 255 or 20% from 435); Max value from RGB is 208 - color contains mainly: red. Hex color #D08C57 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D08C57 is #2F73A8. Grayscale: #9A9A9A. Windows color (decimal): -3109801 or 5737680. OLE color: 5737680.

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

Color convert

RGB 208 140 87 -
CMYK 0 0.33 0.58 0.18
HSL 26.28º 0.56% 0.58% -
HSV(B) 26.28º 0.58% 0.82% -
XYZ 37.11 32.85 13.4 -
YUV 154.29 90.03 166.31 -
System Red Green Blue C M Y K H S L
Decimal 208 140 87 0 0.33 0.58 0.18 26.28 0.56 0.58
Hex D0 8C 57 0 21 3A 12 1A 38 3A
Octal 320 214 127 0 41 72 22 32 70 72
Binary 11010000 10001100 1010111 0 100001 111010 10010 11010 111000 111010

Color Harmonies of #D08C57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08C57

Black with #D08C57

Text Example


Text Example

White with #D08C57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08C57; }

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

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

background-color css

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

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

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

border-color css

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

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

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