Html Css Color HEX #D08A61 Whiskey

📋 copy color: '#D08A61'

red 208 ◦ green 138 ◦ blue 97

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

Shades of Whiskey #D08A61

Tints of Whiskey #D08A61

RGB

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

 GREEN value IS 138 (54.3% from 255) = 31.15%

 BLUE value IS 97 (38.28% from 255) = 21.9%

R = 46.95%
G = 31.15%
B = 21.9%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.53

 K value IS 0.18

RGB Variations

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

Color information

#D08A61 (or 0xD08A61) is known color: Whiskey. HEX triplet: D0, 8A and 61. RGB value is (208,138,97). Sum of RGB (Red+Green+Blue) = 208+138+97=443 (58% of max value = 765). Red value is 208 (81.64% from 255 or 46.95% from 443); Green value is 138 (54.30% from 255 or 31.15% from 443); Blue value is 97 (38.28% from 255 or 21.90% from 443); Max value from RGB is 208 - color contains mainly: red. Hex color #D08A61 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D08A61 is #2F759E. Grayscale: #9A9A9A. Windows color (decimal): -3110303 or 6392528. OLE color: 6392528.

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

Color convert

RGB 208 138 97 -
CMYK 0 0.34 0.53 0.18
HSL 22.16º 0.54% 0.6% -
HSV(B) 22.16º 0.53% 0.82% -
XYZ 37.26 32.45 15.61 -
YUV 154.26 95.69 166.33 -
System Red Green Blue C M Y K H S L
Decimal 208 138 97 0 0.34 0.53 0.18 22.16 0.54 0.6
Hex D0 8A 61 0 22 35 12 16 36 3C
Octal 320 212 141 0 42 65 22 26 66 74
Binary 11010000 10001010 1100001 0 100010 110101 10010 10110 110110 111100

Color Harmonies of #D08A61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08A61

Black with #D08A61

Text Example


Text Example

White with #D08A61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08A61; }

 p { color: rgb(208,138,97); }

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

background-color css

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

 a { background-color: rgb(208,138,97); }

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

border-color css

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

 span { border-color: rgb(208,138,97); }

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