#D59F6E

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

Shades of Whiskey #D59F6E

Tints of Whiskey #D59F6E

Color information

#D59F6E (or 0xD59F6E) is unknown color: approx Whiskey. HEX triplet: D5, 9F and 6E. RGB value is (213,159,110). Sum of RGB (Red+Green+Blue) = 213+159+110=482 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.19% from 482); Green value is 159 (62.5% from 255 or 32.99% from 482); Blue value is 110 (43.36% from 255 or 22.82% from 482); Max value from RGB is 213 - color contains mainly: red. Hex color #D59F6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D59F6E is #2A6091. Grayscale: #A9A9A9. Windows color (decimal): -2777234 or 7249877. OLE color: 7249877.

HSL color Cylindrical-coordinate representation of color #D59F6E: hue angle of 28.54º 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 #D59F6E is Cyan = 0, Magento = 0.25, Yellow = 0.48 and Black (K on CMYK) = 0.16.

Color convert

RGB213159110-
CMYK00.250.480.16
HSL28.54º55.08%63.33%-
HSV(B)28.54º48.36%83.53%-
XYZ42.6540.0720.24-
YUV169.5694.39158.98-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 44.19%
GREEN value IS 159 (62.5% from 255) = 32.99%
BLUE value IS 110 (43.36% from 255) = 22.82%
R=44.19%
G=32.99%
B=22.82%

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
Decimal21315911000.250.480.1628.5455.0863.33
HexD59F6E01930101d373f
Octal3252371560316020356777
Binary110101011001111111011100110011100001000011101110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D59F6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D59F6E; }

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

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

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

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

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

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

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

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