Html Css Color HEX #D08E68 Whiskey

📋 copy color: '#D08E68'

red 208 ◦ green 142 ◦ blue 104

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

Shades of Whiskey #D08E68

Tints of Whiskey #D08E68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 22.91%

R = 45.81%
G = 31.28%
B = 22.91%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.5

 K value IS 0.18

RGB Variations

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

Color information

#D08E68 (or 0xD08E68) is known color: Whiskey. HEX triplet: D0, 8E and 68. RGB value is (208,142,104). Sum of RGB (Red+Green+Blue) = 208+142+104=454 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.81% from 454); Green value is 142 (55.86% from 255 or 31.28% from 454); Blue value is 104 (41.02% from 255 or 22.91% from 454); Max value from RGB is 208 - color contains mainly: red. Hex color #D08E68 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D08E68 is #2F7197. Grayscale: #9D9D9D. Windows color (decimal): -3109272 or 6852304. OLE color: 6852304.

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

Color convert

RGB 208 142 104 -
CMYK 0 0.32 0.5 0.18
HSL 21.92º 0.53% 0.61% -
HSV(B) 21.92º 0.5% 0.82% -
XYZ 38.18 33.76 17.6 -
YUV 157.4 97.87 164.09 -
System Red Green Blue C M Y K H S L
Decimal 208 142 104 0 0.32 0.5 0.18 21.92 0.53 0.61
Hex D0 8E 68 0 20 32 12 16 35 3D
Octal 320 216 150 0 40 62 22 26 65 75
Binary 11010000 10001110 1101000 0 100000 110010 10010 10110 110101 111101

Color Harmonies of #D08E68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08E68

Black with #D08E68

Text Example


Text Example

White with #D08E68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08E68; }

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

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

background-color css

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

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

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

border-color css

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

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

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