#D58E64

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

Shades of Whiskey #D58E64

Tints of Whiskey #D58E64

Color information

#D58E64 (or 0xD58E64) is unknown color: approx Whiskey. HEX triplet: D5, 8E and 64. RGB value is (213,142,100). Sum of RGB (Red+Green+Blue) = 213+142+100=455 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.81% from 455); Green value is 142 (55.86% from 255 or 31.21% from 455); Blue value is 100 (39.45% from 255 or 21.98% from 455); Max value from RGB is 213 - color contains mainly: red. Hex color #D58E64 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D58E64 is #2A719B. Grayscale: #9E9E9E. Windows color (decimal): -2781596 or 6590165. OLE color: 6590165.

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

Color convert

RGB213142100-
CMYK00.330.530.16
HSL22.3º57.36%61.37%-
HSV(B)22.3º53.05%83.53%-
XYZ39.4134.4116.62-
YUV158.4495.02166.92-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 46.81%
GREEN value IS 142 (55.86% from 255) = 31.21%
BLUE value IS 100 (39.45% from 255) = 21.98%
R=46.81%
G=31.21%
B=21.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.53
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21314210000.330.530.1622.357.3661.37
HexD58E64021351016393d
Octal3252161440416520267175
Binary1101010110001110110010001000011101011000010110111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D58E64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D58E64; }

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

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

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

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

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

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

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

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