#D58D61

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

Shades of Whiskey #D58D61

Tints of Whiskey #D58D61

Color information

#D58D61 (or 0xD58D61) is unknown color: approx Whiskey. HEX triplet: D5, 8D and 61. RGB value is (213,141,97). Sum of RGB (Red+Green+Blue) = 213+141+97=451 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.23% from 451); Green value is 141 (55.47% from 255 or 31.26% from 451); Blue value is 97 (38.28% from 255 or 21.51% from 451); Max value from RGB is 213 - color contains mainly: red. Hex color #D58D61 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D58D61 is #2A729E. Grayscale: #9D9D9D. Windows color (decimal): -2781855 or 6393301. OLE color: 6393301.

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

Color convert

RGB21314197-
CMYK00.340.540.16
HSL22.76º58%60.78%-
HSV(B)22.76º54.46%83.53%-
XYZ39.1234.0615.82-
YUV157.5193.85167.58-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 47.23%
GREEN value IS 141 (55.47% from 255) = 31.26%
BLUE value IS 97 (38.28% from 255) = 21.51%
R=47.23%
G=31.26%
B=21.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.54
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131419700.340.540.1622.765860.78
HexD58D610223610173a3d
Octal3252151410426620277275
Binary1101010110001101110000101000101101101000010111111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D58D61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D58D61; }

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

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

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

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

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

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

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

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