Html Css Color HEX #D08E5D Whiskey Sour

📋 copy color: '#D08E5D'

red 208 ◦ green 142 ◦ blue 93

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

Shades of Whiskey Sour #D08E5D

Tints of Whiskey Sour #D08E5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 20.99%

R = 46.95%
G = 32.05%
B = 20.99%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.55

 K value IS 0.18

RGB Variations

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

Color information

#D08E5D (or 0xD08E5D) is known color: Whiskey Sour. HEX triplet: D0, 8E and 5D. RGB value is (208,142,93). Sum of RGB (Red+Green+Blue) = 208+142+93=443 (58% of max value = 765). Red value is 208 (81.64% from 255 or 46.95% from 443); Green value is 142 (55.86% from 255 or 32.05% from 443); Blue value is 93 (36.72% from 255 or 20.99% from 443); Max value from RGB is 208 - color contains mainly: red. Hex color #D08E5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D08E5D is #2F71A2. Grayscale: #9C9C9C. Windows color (decimal): -3109283 or 6131408. OLE color: 6131408.

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

Color convert

RGB 208 142 93 -
CMYK 0 0.32 0.55 0.18
HSL 25.57º 0.55% 0.59% -
HSV(B) 25.57º 0.55% 0.82% -
XYZ 37.66 33.55 14.85 -
YUV 156.15 92.37 164.98 -
System Red Green Blue C M Y K H S L
Decimal 208 142 93 0 0.32 0.55 0.18 25.57 0.55 0.59
Hex D0 8E 5D 0 20 37 12 1A 37 3B
Octal 320 216 135 0 40 67 22 32 67 73
Binary 11010000 10001110 1011101 0 100000 110111 10010 11010 110111 111011

Color Harmonies of #D08E5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08E5D

Black with #D08E5D

Text Example


Text Example

White with #D08E5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08E5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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