#D59062

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

Shades of Whiskey #D59062

Tints of Whiskey #D59062

Color information

#D59062 (or 0xD59062) is unknown color: approx Whiskey. HEX triplet: D5, 90 and 62. RGB value is (213,144,98). Sum of RGB (Red+Green+Blue) = 213+144+98=455 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.81% from 455); Green value is 144 (56.64% from 255 or 31.65% from 455); Blue value is 98 (38.67% from 255 or 21.54% from 455); Max value from RGB is 213 - color contains mainly: red. Hex color #D59062 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D59062 is #2A6F9D. Grayscale: #9F9F9F. Windows color (decimal): -2781086 or 6459605. OLE color: 6459605.

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

Color convert

RGB21314498-
CMYK00.320.540.16
HSL24º57.79%60.98%-
HSV(B)24º53.99%83.53%-
XYZ39.6234.9716.22-
YUV159.3993.36166.24-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 46.81%
GREEN value IS 144 (56.64% from 255) = 31.65%
BLUE value IS 98 (38.67% from 255) = 21.54%
R=46.81%
G=31.65%
B=21.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.54
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131449800.320.540.162457.7960.98
HexD590620203610183a3d
Octal3252201420406620307275
Binary1101010110010000110001001000001101101000011000111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D59062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D59062; }

 p { color: rgb(213,144,98); }

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

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

 a { background-color: rgb(213,144,98); }

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

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

 span { border-color: rgb(213,144,98); }

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