#D58E66

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

Shades of Whiskey #D58E66

Tints of Whiskey #D58E66

Color information

#D58E66 (or 0xD58E66) is unknown color: approx Whiskey. HEX triplet: D5, 8E and 66. RGB value is (213,142,102). Sum of RGB (Red+Green+Blue) = 213+142+102=457 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.61% from 457); Green value is 142 (55.86% from 255 or 31.07% from 457); Blue value is 102 (40.23% from 255 or 22.32% from 457); Max value from RGB is 213 - color contains mainly: red. Hex color #D58E66 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D58E66 is #2A7199. Grayscale: #9E9E9E. Windows color (decimal): -2781594 or 6721237. OLE color: 6721237.

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

Color convert

RGB213142102-
CMYK00.330.520.16
HSL21.62º56.92%61.76%-
HSV(B)21.62º52.11%83.53%-
XYZ39.5134.4517.14-
YUV158.6796.02166.75-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 46.61%
GREEN value IS 142 (55.86% from 255) = 31.07%
BLUE value IS 102 (40.23% from 255) = 22.32%
R=46.61%
G=31.07%
B=22.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.52
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21314210200.330.520.1621.6256.9261.76
HexD58E66021341016393e
Octal3252161460416420267176
Binary1101010110001110110011001000011101001000010110111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D58E66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D58E66; }

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

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

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

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

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

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

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

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