#D59866

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

Shades of Whiskey #D59866

Tints of Whiskey #D59866

Color information

#D59866 (or 0xD59866) is unknown color: approx Whiskey. HEX triplet: D5, 98 and 66. RGB value is (213,152,102). Sum of RGB (Red+Green+Blue) = 213+152+102=467 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.61% from 467); Green value is 152 (59.77% from 255 or 32.55% from 467); Blue value is 102 (40.23% from 255 or 21.84% from 467); Max value from RGB is 213 - color contains mainly: red. Hex color #D59866 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D59866 is #2A6799. Grayscale: #A4A4A4. Windows color (decimal): -2779034 or 6723797. OLE color: 6723797.

HSL color Cylindrical-coordinate representation of color #D59866: hue angle of 27.03º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D59866 is Cyan = 0, Magento = 0.29, Yellow = 0.52 and Black (K on CMYK) = 0.16.

Color convert

RGB213152102-
CMYK00.290.520.16
HSL27.03º56.92%61.76%-
HSV(B)27.03º52.11%83.53%-
XYZ41.0737.5617.66-
YUV164.5492.71162.57-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 45.61%
GREEN value IS 152 (59.77% from 255) = 32.55%
BLUE value IS 102 (40.23% from 255) = 21.84%
R=45.61%
G=32.55%
B=21.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.52
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21315210200.290.520.1627.0356.9261.76
HexD5986601D34101b393e
Octal3252301460356420337176
Binary110101011001100011001100111011101001000011011111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D59866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D59866; }

 p { color: rgb(213,152,102); }

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

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

 a { background-color: rgb(213,152,102); }

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

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

 span { border-color: rgb(213,152,102); }

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