#D59A6D

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

Shades of Whiskey #D59A6D

Tints of Whiskey #D59A6D

Color information

#D59A6D (or 0xD59A6D) is unknown color: approx Whiskey. HEX triplet: D5, 9A and 6D. RGB value is (213,154,109). Sum of RGB (Red+Green+Blue) = 213+154+109=476 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.75% from 476); Green value is 154 (60.55% from 255 or 32.35% from 476); Blue value is 109 (42.97% from 255 or 22.90% from 476); Max value from RGB is 213 - color contains mainly: red. Hex color #D59A6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D59A6D is #2A6592. Grayscale: #A6A6A6. Windows color (decimal): -2778515 or 7183061. OLE color: 7183061.

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

Color convert

RGB213154109-
CMYK00.280.490.16
HSL25.96º55.32%63.14%-
HSV(B)25.96º48.83%83.53%-
XYZ41.7638.3619.67-
YUV166.5195.55161.16-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 44.75%
GREEN value IS 154 (60.55% from 255) = 32.35%
BLUE value IS 109 (42.97% from 255) = 22.90%
R=44.75%
G=32.35%
B=22.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.49
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21315410900.280.490.1625.9655.3263.14
HexD59A6D01C31101a373f
Octal3252321550346120326777
Binary110101011001101011011010111001100011000011010110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D59A6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D59A6D; }

 p { color: rgb(213,154,109); }

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

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

 a { background-color: rgb(213,154,109); }

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

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

 span { border-color: rgb(213,154,109); }

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