Html Css Color HEX #D08A60 Whiskey

📋 copy color: '#D08A60'

red 208 ◦ green 138 ◦ blue 96

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

Shades of Whiskey #D08A60

Tints of Whiskey #D08A60

RGB

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

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

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

R = 47.06%
G = 31.22%
B = 21.72%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.54

 K value IS 0.18

RGB Variations

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

Color information

#D08A60 (or 0xD08A60) is known color: Whiskey. HEX triplet: D0, 8A and 60. RGB value is (208,138,96). Sum of RGB (Red+Green+Blue) = 208+138+96=442 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.06% from 442); Green value is 138 (54.30% from 255 or 31.22% from 442); Blue value is 96 (37.89% from 255 or 21.72% from 442); Max value from RGB is 208 - color contains mainly: red. Hex color #D08A60 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D08A60 is #2F759F. Grayscale: #9A9A9A. Windows color (decimal): -3110304 or 6326992. OLE color: 6326992.

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

Color convert

RGB 208 138 96 -
CMYK 0 0.34 0.54 0.18
HSL 22.5º 0.54% 0.6% -
HSV(B) 22.5º 0.54% 0.82% -
XYZ 37.21 32.43 15.36 -
YUV 154.14 95.19 166.42 -
System Red Green Blue C M Y K H S L
Decimal 208 138 96 0 0.34 0.54 0.18 22.5 0.54 0.6
Hex D0 8A 60 0 22 36 12 16 36 3C
Octal 320 212 140 0 42 66 22 26 66 74
Binary 11010000 10001010 1100000 0 100010 110110 10010 10110 110110 111100

Color Harmonies of #D08A60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08A60

Black with #D08A60

Text Example


Text Example

White with #D08A60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08A60; }

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

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

background-color css

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

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

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

border-color css

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

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

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