#D59F6C

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

Shades of Whiskey #D59F6C

Tints of Whiskey #D59F6C

Color information

#D59F6C (or 0xD59F6C) is unknown color: approx Whiskey. HEX triplet: D5, 9F and 6C. RGB value is (213,159,108). Sum of RGB (Red+Green+Blue) = 213+159+108=480 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.38% from 480); Green value is 159 (62.5% from 255 or 33.12% from 480); Blue value is 108 (42.58% from 255 or 22.5% from 480); Max value from RGB is 213 - color contains mainly: red. Hex color #D59F6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D59F6C is #2A6093. Grayscale: #A9A9A9. Windows color (decimal): -2777236 or 7118805. OLE color: 7118805.

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

Color convert

RGB213159108-
CMYK00.250.490.16
HSL29.14º55.56%62.94%-
HSV(B)29.14º49.3%83.53%-
XYZ42.5540.0319.67-
YUV169.3393.39159.15-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 44.38%
GREEN value IS 159 (62.5% from 255) = 33.12%
BLUE value IS 108 (42.58% from 255) = 22.5%
R=44.38%
G=33.12%
B=22.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.49
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21315910800.250.490.1629.1455.5662.94
HexD59F6C01931101d383f
Octal3252371540316120357077
Binary110101011001111111011000110011100011000011101111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D59F6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D59F6C; }

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

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

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

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

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

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

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

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