#D59C6C

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

Shades of Whiskey #D59C6C

Tints of Whiskey #D59C6C

Color information

#D59C6C (or 0xD59C6C) is unknown color: approx Whiskey. HEX triplet: D5, 9C and 6C. RGB value is (213,156,108). Sum of RGB (Red+Green+Blue) = 213+156+108=477 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.65% from 477); Green value is 156 (61.33% from 255 or 32.70% from 477); Blue value is 108 (42.58% from 255 or 22.64% from 477); Max value from RGB is 213 - color contains mainly: red. Hex color #D59C6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D59C6C is #2A6393. Grayscale: #A7A7A7. Windows color (decimal): -2778004 or 7118037. OLE color: 7118037.

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

Color convert

RGB213156108-
CMYK00.270.490.16
HSL27.43º55.56%62.94%-
HSV(B)27.43º49.3%83.53%-
XYZ42.0439.0119.5-
YUV167.5794.38160.4-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 44.65%
GREEN value IS 156 (61.33% from 255) = 32.70%
BLUE value IS 108 (42.58% from 255) = 22.64%
R=44.65%
G=32.70%
B=22.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.49
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21315610800.270.490.1627.4355.5662.94
HexD59C6C01B31101b383f
Octal3252341540336120337077
Binary110101011001110011011000110111100011000011011111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D59C6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D59C6C; }

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

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

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

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

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

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

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

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