Html Css Color HEX #D08F59 Whiskey Sour

📋 copy color: '#D08F59'

red 208 ◦ green 143 ◦ blue 89

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

Shades of Whiskey Sour #D08F59

Tints of Whiskey Sour #D08F59

RGB

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

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

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

R = 47.27%
G = 32.5%
B = 20.23%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.57

 K value IS 0.18

RGB Variations

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

Color information

#D08F59 (or 0xD08F59) is known color: Whiskey Sour. HEX triplet: D0, 8F and 59. RGB value is (208,143,89). Sum of RGB (Red+Green+Blue) = 208+143+89=440 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.27% from 440); Green value is 143 (56.25% from 255 or 32.5% from 440); Blue value is 89 (35.16% from 255 or 20.23% from 440); Max value from RGB is 208 - color contains mainly: red. Hex color #D08F59 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D08F59 is #2F70A6. Grayscale: #9C9C9C. Windows color (decimal): -3109031 or 5869520. OLE color: 5869520.

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

Color convert

RGB 208 143 89 -
CMYK 0 0.31 0.57 0.18
HSL 27.23º 0.56% 0.58% -
HSV(B) 27.23º 0.57% 0.82% -
XYZ 37.64 33.78 13.99 -
YUV 156.28 90.03 164.89 -
System Red Green Blue C M Y K H S L
Decimal 208 143 89 0 0.31 0.57 0.18 27.23 0.56 0.58
Hex D0 8F 59 0 1F 39 12 1B 38 3A
Octal 320 217 131 0 37 71 22 33 70 72
Binary 11010000 10001111 1011001 0 11111 111001 10010 11011 111000 111010

Color Harmonies of #D08F59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08F59

Black with #D08F59

Text Example


Text Example

White with #D08F59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08F59; }

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

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

background-color css

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

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

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

border-color css

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

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

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