Html Css Color HEX #D08F5E Whiskey Sour

📋 copy color: '#D08F5E'

red 208 ◦ green 143 ◦ blue 94

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

Shades of Whiskey Sour #D08F5E

Tints of Whiskey Sour #D08F5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 21.12%

R = 46.74%
G = 32.13%
B = 21.12%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.55

 K value IS 0.18

RGB Variations

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

Color information

#D08F5E (or 0xD08F5E) is known color: Whiskey Sour. HEX triplet: D0, 8F and 5E. RGB value is (208,143,94). Sum of RGB (Red+Green+Blue) = 208+143+94=445 (58% of max value = 765). Red value is 208 (81.64% from 255 or 46.74% from 445); Green value is 143 (56.25% from 255 or 32.13% from 445); Blue value is 94 (37.11% from 255 or 21.12% from 445); Max value from RGB is 208 - color contains mainly: red. Hex color #D08F5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D08F5E is #2F70A1. Grayscale: #9D9D9D. Windows color (decimal): -3109026 or 6197200. OLE color: 6197200.

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

Color convert

RGB 208 143 94 -
CMYK 0 0.31 0.55 0.18
HSL 25.79º 0.55% 0.59% -
HSV(B) 25.79º 0.55% 0.82% -
XYZ 37.86 33.86 15.13 -
YUV 156.85 92.53 164.48 -
System Red Green Blue C M Y K H S L
Decimal 208 143 94 0 0.31 0.55 0.18 25.79 0.55 0.59
Hex D0 8F 5E 0 1F 37 12 1A 37 3B
Octal 320 217 136 0 37 67 22 32 67 73
Binary 11010000 10001111 1011110 0 11111 110111 10010 11010 110111 111011

Color Harmonies of #D08F5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08F5E

Black with #D08F5E

Text Example


Text Example

White with #D08F5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08F5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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