Html Css Color HEX #D08E60 Whiskey

📋 copy color: '#D08E60'

red 208 ◦ green 142 ◦ blue 96

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

Shades of Whiskey #D08E60

Tints of Whiskey #D08E60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 21.52%

R = 46.64%
G = 31.84%
B = 21.52%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.54

 K value IS 0.18

RGB Variations

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

Color information

#D08E60 (or 0xD08E60) is known color: Whiskey. HEX triplet: D0, 8E and 60. RGB value is (208,142,96). Sum of RGB (Red+Green+Blue) = 208+142+96=446 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.64% from 446); Green value is 142 (55.86% from 255 or 31.84% from 446); Blue value is 96 (37.89% from 255 or 21.52% from 446); Max value from RGB is 208 - color contains mainly: red. Hex color #D08E60 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D08E60 is #2F719F. Grayscale: #9C9C9C. Windows color (decimal): -3109280 or 6328016. OLE color: 6328016.

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

Color convert

RGB 208 142 96 -
CMYK 0 0.32 0.54 0.18
HSL 24.64º 0.54% 0.6% -
HSV(B) 24.64º 0.54% 0.82% -
XYZ 37.8 33.6 15.56 -
YUV 156.49 93.87 164.74 -
System Red Green Blue C M Y K H S L
Decimal 208 142 96 0 0.32 0.54 0.18 24.64 0.54 0.6
Hex D0 8E 60 0 20 36 12 19 36 3C
Octal 320 216 140 0 40 66 22 31 66 74
Binary 11010000 10001110 1100000 0 100000 110110 10010 11001 110110 111100

Color Harmonies of #D08E60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08E60

Black with #D08E60

Text Example


Text Example

White with #D08E60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08E60; }

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

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

background-color css

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

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

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

border-color css

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

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

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