#D59D6A

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

Shades of Whiskey #D59D6A

Tints of Whiskey #D59D6A

Color information

#D59D6A (or 0xD59D6A) is unknown color: approx Whiskey. HEX triplet: D5, 9D and 6A. RGB value is (213,157,106). Sum of RGB (Red+Green+Blue) = 213+157+106=476 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.75% from 476); Green value is 157 (61.72% from 255 or 32.98% from 476); Blue value is 106 (41.80% from 255 or 22.27% from 476); Max value from RGB is 213 - color contains mainly: red. Hex color #D59D6A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D59D6A is #2A6295. Grayscale: #A8A8A8. Windows color (decimal): -2777750 or 6987221. OLE color: 6987221.

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

Color convert

RGB213157106-
CMYK00.260.500.16
HSL28.6º56.02%62.55%-
HSV(B)28.6º50.23%83.53%-
XYZ42.139.319-
YUV167.9393.05160.15-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 44.75%
GREEN value IS 157 (61.72% from 255) = 32.98%
BLUE value IS 106 (41.80% from 255) = 22.27%
R=44.75%
G=32.98%
B=22.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.50
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21315710600.260.500.1628.656.0262.55
HexD59D6A01A32101d383f
Octal3252351520326220357077
Binary110101011001110111010100110101100101000011101111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D59D6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D59D6A; }

 p { color: rgb(213,157,106); }

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

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

 a { background-color: rgb(213,157,106); }

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

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

 span { border-color: rgb(213,157,106); }

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