Html Css Color HEX #D08E5C Whiskey Sour

📋 copy color: '#D08E5C'

red 208 ◦ green 142 ◦ blue 92

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

Shades of Whiskey Sour #D08E5C

Tints of Whiskey Sour #D08E5C

RGB

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

 GREEN value IS 142 (55.86% from 255) = 32.13%

 BLUE value IS 92 (36.33% from 255) = 20.81%

R = 47.06%
G = 32.13%
B = 20.81%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.56

 K value IS 0.18

RGB Variations

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

Color information

#D08E5C (or 0xD08E5C) is known color: Whiskey Sour. HEX triplet: D0, 8E and 5C. RGB value is (208,142,92). Sum of RGB (Red+Green+Blue) = 208+142+92=442 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.06% from 442); Green value is 142 (55.86% from 255 or 32.13% from 442); Blue value is 92 (36.33% from 255 or 20.81% from 442); Max value from RGB is 208 - color contains mainly: red. Hex color #D08E5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D08E5C is #2F71A3. Grayscale: #9C9C9C. Windows color (decimal): -3109284 or 6065872. OLE color: 6065872.

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

Color convert

RGB 208 142 92 -
CMYK 0 0.32 0.56 0.18
HSL 25.86º 0.55% 0.59% -
HSV(B) 25.86º 0.56% 0.82% -
XYZ 37.62 33.53 14.61 -
YUV 156.03 91.87 165.07 -
System Red Green Blue C M Y K H S L
Decimal 208 142 92 0 0.32 0.56 0.18 25.86 0.55 0.59
Hex D0 8E 5C 0 20 38 12 1A 37 3B
Octal 320 216 134 0 40 70 22 32 67 73
Binary 11010000 10001110 1011100 0 100000 111000 10010 11010 110111 111011

Color Harmonies of #D08E5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08E5C

Black with #D08E5C

Text Example


Text Example

White with #D08E5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08E5C; }

 p { color: rgb(208,142,92); }

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

background-color css

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

 a { background-color: rgb(208,142,92); }

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

border-color css

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

 span { border-color: rgb(208,142,92); }

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