Html Css Color HEX #D08D57 Whiskey Sour

📋 copy color: '#D08D57'

red 208 ◦ green 141 ◦ blue 87

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

Shades of Whiskey Sour #D08D57

Tints of Whiskey Sour #D08D57

RGB

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

 GREEN value IS 141 (55.47% from 255) = 32.34%

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

R = 47.71%
G = 32.34%
B = 19.95%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.58

 K value IS 0.18

RGB Variations

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

Color information

#D08D57 (or 0xD08D57) is known color: Whiskey Sour. HEX triplet: D0, 8D and 57. RGB value is (208,141,87). Sum of RGB (Red+Green+Blue) = 208+141+87=436 (57% of max value = 765). Red value is 208 (81.64% from 255 or 47.71% from 436); Green value is 141 (55.47% from 255 or 32.34% from 436); Blue value is 87 (34.38% from 255 or 19.95% from 436); Max value from RGB is 208 - color contains mainly: red. Hex color #D08D57 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D08D57 is #2F72A8. Grayscale: #9B9B9B. Windows color (decimal): -3109545 or 5737936. OLE color: 5737936.

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

Color convert

RGB 208 141 87 -
CMYK 0 0.32 0.58 0.18
HSL 26.78º 0.56% 0.58% -
HSV(B) 26.78º 0.58% 0.82% -
XYZ 37.26 33.15 13.45 -
YUV 154.88 89.7 165.89 -
System Red Green Blue C M Y K H S L
Decimal 208 141 87 0 0.32 0.58 0.18 26.78 0.56 0.58
Hex D0 8D 57 0 20 3A 12 1B 38 3A
Octal 320 215 127 0 40 72 22 33 70 72
Binary 11010000 10001101 1010111 0 100000 111010 10010 11011 111000 111010

Color Harmonies of #D08D57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08D57

Black with #D08D57

Text Example


Text Example

White with #D08D57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08D57; }

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

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

background-color css

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

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

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

border-color css

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

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

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