#D58C64

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

Shades of Whiskey #D58C64

Tints of Whiskey #D58C64

Color information

#D58C64 (or 0xD58C64) is unknown color: approx Whiskey. HEX triplet: D5, 8C and 64. RGB value is (213,140,100). Sum of RGB (Red+Green+Blue) = 213+140+100=453 (60% of max value = 765). Red value is 213 (83.59% from 255 or 47.02% from 453); Green value is 140 (55.08% from 255 or 30.91% from 453); Blue value is 100 (39.45% from 255 or 22.08% from 453); Max value from RGB is 213 - color contains mainly: red. Hex color #D58C64 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D58C64 is #2A739B. Grayscale: #9D9D9D. Windows color (decimal): -2782108 or 6589653. OLE color: 6589653.

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

Color convert

RGB213140100-
CMYK00.340.530.16
HSL21.24º57.36%61.37%-
HSV(B)21.24º53.05%83.53%-
XYZ39.1233.8216.52-
YUV157.2795.68167.75-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 47.02%
GREEN value IS 140 (55.08% from 255) = 30.91%
BLUE value IS 100 (39.45% from 255) = 22.08%
R=47.02%
G=30.91%
B=22.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.53
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21314010000.340.530.1621.2457.3661.37
HexD58C64022351015393d
Octal3252141440426520257175
Binary1101010110001100110010001000101101011000010101111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D58C64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D58C64; }

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

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

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

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

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

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

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

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