#D58C60

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

Shades of Whiskey #D58C60

Tints of Whiskey #D58C60

Color information

#D58C60 (or 0xD58C60) is unknown color: approx Whiskey. HEX triplet: D5, 8C and 60. RGB value is (213,140,96). Sum of RGB (Red+Green+Blue) = 213+140+96=449 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.44% from 449); Green value is 140 (55.08% from 255 or 31.18% from 449); Blue value is 96 (37.89% from 255 or 21.38% from 449); Max value from RGB is 213 - color contains mainly: red. Hex color #D58C60 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D58C60 is #2A739F. Grayscale: #9D9D9D. Windows color (decimal): -2782112 or 6327509. OLE color: 6327509.

HSL color Cylindrical-coordinate representation of color #D58C60: hue angle of 22.56º degrees, saturation: 0.58, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D58C60 is Cyan = 0, Magento = 0.34, Yellow = 0.55 and Black (K on CMYK) = 0.16.

Color convert

RGB21314096-
CMYK00.340.550.16
HSL22.56º58.21%60.59%-
HSV(B)22.56º54.93%83.53%-
XYZ38.9333.7515.53-
YUV156.8193.68168.08-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 47.44%
GREEN value IS 140 (55.08% from 255) = 31.18%
BLUE value IS 96 (37.89% from 255) = 21.38%
R=47.44%
G=31.18%
B=21.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.55
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131409600.340.550.1622.5658.2160.59
HexD58C600223710173a3d
Octal3252141400426720277275
Binary1101010110001100110000001000101101111000010111111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D58C60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D58C60; }

 p { color: rgb(213,140,96); }

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

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

 a { background-color: rgb(213,140,96); }

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

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

 span { border-color: rgb(213,140,96); }

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