Html Css Color HEX #D08F57 Whiskey Sour

📋 copy color: '#D08F57'

red 208 ◦ green 143 ◦ blue 87

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

Shades of Whiskey Sour #D08F57

Tints of Whiskey Sour #D08F57

RGB

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

 GREEN value IS 143 (56.25% from 255) = 32.65%

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

R = 47.49%
G = 32.65%
B = 19.86%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.58

 K value IS 0.18

RGB Variations

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

Color information

#D08F57 (or 0xD08F57) is known color: Whiskey Sour. HEX triplet: D0, 8F and 57. RGB value is (208,143,87). Sum of RGB (Red+Green+Blue) = 208+143+87=438 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.49% from 438); Green value is 143 (56.25% from 255 or 32.65% from 438); Blue value is 87 (34.38% from 255 or 19.86% from 438); Max value from RGB is 208 - color contains mainly: red. Hex color #D08F57 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D08F57 is #2F70A8. Grayscale: #9C9C9C. Windows color (decimal): -3109033 or 5738448. OLE color: 5738448.

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

Color convert

RGB 208 143 87 -
CMYK 0 0.31 0.58 0.18
HSL 27.77º 0.56% 0.58% -
HSV(B) 27.77º 0.58% 0.82% -
XYZ 37.56 33.74 13.55 -
YUV 156.05 89.03 165.05 -
System Red Green Blue C M Y K H S L
Decimal 208 143 87 0 0.31 0.58 0.18 27.77 0.56 0.58
Hex D0 8F 57 0 1F 3A 12 1C 38 3A
Octal 320 217 127 0 37 72 22 34 70 72
Binary 11010000 10001111 1010111 0 11111 111010 10010 11100 111000 111010

Color Harmonies of #D08F57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08F57

Black with #D08F57

Text Example


Text Example

White with #D08F57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08F57; }

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

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

background-color css

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

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

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

border-color css

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

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

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