#D58D64

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

Shades of Whiskey #D58D64

Tints of Whiskey #D58D64

Color information

#D58D64 (or 0xD58D64) is unknown color: approx Whiskey. HEX triplet: D5, 8D and 64. RGB value is (213,141,100). Sum of RGB (Red+Green+Blue) = 213+141+100=454 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.92% from 454); Green value is 141 (55.47% from 255 or 31.06% from 454); Blue value is 100 (39.45% from 255 or 22.03% from 454); Max value from RGB is 213 - color contains mainly: red. Hex color #D58D64 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D58D64 is #2A729B. Grayscale: #9E9E9E. Windows color (decimal): -2781852 or 6589909. OLE color: 6589909.

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

Color convert

RGB213141100-
CMYK00.340.530.16
HSL21.77º57.36%61.37%-
HSV(B)21.77º53.05%83.53%-
XYZ39.2734.1216.57-
YUV157.8595.35167.33-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 46.92%
GREEN value IS 141 (55.47% from 255) = 31.06%
BLUE value IS 100 (39.45% from 255) = 22.03%
R=46.92%
G=31.06%
B=22.03%

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
Decimal21314110000.340.530.1621.7757.3661.37
HexD58D64022351016393d
Octal3252151440426520267175
Binary1101010110001101110010001000101101011000010110111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D58D64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D58D64; }

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

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

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

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

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

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

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

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