#D58D65

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

Shades of Whiskey #D58D65

Tints of Whiskey #D58D65

Color information

#D58D65 (or 0xD58D65) is unknown color: approx Whiskey. HEX triplet: D5, 8D and 65. RGB value is (213,141,101). Sum of RGB (Red+Green+Blue) = 213+141+101=455 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.81% from 455); Green value is 141 (55.47% from 255 or 30.99% from 455); Blue value is 101 (39.84% from 255 or 22.20% from 455); Max value from RGB is 213 - color contains mainly: red. Hex color #D58D65 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D58D65 is #2A729A. Grayscale: #9E9E9E. Windows color (decimal): -2781851 or 6655445. OLE color: 6655445.

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

Color convert

RGB213141101-
CMYK00.340.530.16
HSL21.43º57.14%61.57%-
HSV(B)21.43º52.58%83.53%-
XYZ39.3134.1416.83-
YUV157.9795.85167.25-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 46.81%
GREEN value IS 141 (55.47% from 255) = 30.99%
BLUE value IS 101 (39.84% from 255) = 22.20%
R=46.81%
G=30.99%
B=22.20%

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
Decimal21314110100.340.530.1621.4357.1461.57
HexD58D65022351015393e
Octal3252151450426520257176
Binary1101010110001101110010101000101101011000010101111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D58D65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D58D65; }

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

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

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

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

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

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

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

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