#D59D6B

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

Shades of Whiskey #D59D6B

Tints of Whiskey #D59D6B

Color information

#D59D6B (or 0xD59D6B) is unknown color: approx Whiskey. HEX triplet: D5, 9D and 6B. RGB value is (213,157,107). Sum of RGB (Red+Green+Blue) = 213+157+107=477 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.65% from 477); Green value is 157 (61.72% from 255 or 32.91% from 477); Blue value is 107 (42.19% from 255 or 22.43% from 477); Max value from RGB is 213 - color contains mainly: red. Hex color #D59D6B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D59D6B is #2A6294. Grayscale: #A8A8A8. Windows color (decimal): -2777749 or 7052757. OLE color: 7052757.

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

Color convert

RGB213157107-
CMYK00.260.500.16
HSL28.3º55.79%62.75%-
HSV(B)28.3º49.77%83.53%-
XYZ42.1539.3219.28-
YUV168.0493.55160.07-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 44.65%
GREEN value IS 157 (61.72% from 255) = 32.91%
BLUE value IS 107 (42.19% from 255) = 22.43%
R=44.65%
G=32.91%
B=22.43%

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
Decimal21315710700.260.500.1628.355.7962.75
HexD59D6B01A32101c383f
Octal3252351530326220347077
Binary110101011001110111010110110101100101000011100111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D59D6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D59D6B; }

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

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

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

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

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

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

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

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