#D5A06E

Color #D5A06E Whiskey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Whiskey #D5A06E

Tints of Whiskey #D5A06E

Color information

#D5A06E (or 0xD5A06E) is unknown color: approx Whiskey. HEX triplet: D5, A0 and 6E. RGB value is (213,160,110). Sum of RGB (Red+Green+Blue) = 213+160+110=483 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.10% from 483); Green value is 160 (62.89% from 255 or 33.13% from 483); Blue value is 110 (43.36% from 255 or 22.77% from 483); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A06E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5A06E is #2A5F91. Grayscale: #AAAAAA. Windows color (decimal): -2776978 or 7250133. OLE color: 7250133.

HSL color Cylindrical-coordinate representation of color #D5A06E: hue angle of 29.13º degrees, saturation: 0.55, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D5A06E is Cyan = 0, Magento = 0.25, Yellow = 0.48 and Black (K on CMYK) = 0.16.

Color convert

RGB213160110-
CMYK00.250.480.16
HSL29.13º55.08%63.33%-
HSV(B)29.13º48.36%83.53%-
XYZ42.8340.4120.3-
YUV170.1594.06158.57-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 44.10%
GREEN value IS 160 (62.89% from 255) = 33.13%
BLUE value IS 110 (43.36% from 255) = 22.77%
R=44.10%
G=33.13%
B=22.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.48
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21316011000.250.480.1629.1355.0863.33
HexD5A06E01930101d373f
Octal3252401560316020356777
Binary110101011010000011011100110011100001000011101110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5A06E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5A06E; }

 p { color: rgb(213,160,110); }

 H1.HeaderClassName
 {
   color: #D5A06E;
 }
 .AnyTagClassName
 {
   color: #D5A06E;
 }
</style>
background-color css

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

 a { background-color: rgb(213,160,110); }

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

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

 span { border-color: rgb(213,160,110); }

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