Html Css Color HEX #D08E62 Whiskey

📋 copy color: '#D08E62'

red 208 ◦ green 142 ◦ blue 98

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

Shades of Whiskey #D08E62

Tints of Whiskey #D08E62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 21.88%

R = 46.43%
G = 31.7%
B = 21.88%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.53

 K value IS 0.18

RGB Variations

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

Color information

#D08E62 (or 0xD08E62) is known color: Whiskey. HEX triplet: D0, 8E and 62. RGB value is (208,142,98). Sum of RGB (Red+Green+Blue) = 208+142+98=448 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.43% from 448); Green value is 142 (55.86% from 255 or 31.70% from 448); Blue value is 98 (38.67% from 255 or 21.88% from 448); Max value from RGB is 208 - color contains mainly: red. Hex color #D08E62 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D08E62 is #2F719D. Grayscale: #9C9C9C. Windows color (decimal): -3109278 or 6459088. OLE color: 6459088.

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

Color convert

RGB 208 142 98 -
CMYK 0 0.32 0.53 0.18
HSL 24º 0.54% 0.6% -
HSV(B) 24º 0.53% 0.82% -
XYZ 37.89 33.64 16.05 -
YUV 156.72 94.87 164.58 -
System Red Green Blue C M Y K H S L
Decimal 208 142 98 0 0.32 0.53 0.18 24 0.54 0.6
Hex D0 8E 62 0 20 35 12 18 36 3C
Octal 320 216 142 0 40 65 22 30 66 74
Binary 11010000 10001110 1100010 0 100000 110101 10010 11000 110110 111100

Color Harmonies of #D08E62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08E62

Black with #D08E62

Text Example


Text Example

White with #D08E62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08E62; }

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

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

background-color css

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

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

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

border-color css

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

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

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