#D59462

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

Shades of Whiskey #D59462

Tints of Whiskey #D59462

Color information

#D59462 (or 0xD59462) is unknown color: approx Whiskey. HEX triplet: D5, 94 and 62. RGB value is (213,148,98). Sum of RGB (Red+Green+Blue) = 213+148+98=459 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.41% from 459); Green value is 148 (58.20% from 255 or 32.24% from 459); Blue value is 98 (38.67% from 255 or 21.35% from 459); Max value from RGB is 213 - color contains mainly: red. Hex color #D59462 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D59462 is #2A6B9D. Grayscale: #A2A2A2. Windows color (decimal): -2780062 or 6460629. OLE color: 6460629.

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

Color convert

RGB21314898-
CMYK00.310.540.16
HSL26.09º57.79%60.98%-
HSV(B)26.09º53.99%83.53%-
XYZ40.2436.2116.42-
YUV161.7392.03164.57-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 46.41%
GREEN value IS 148 (58.20% from 255) = 32.24%
BLUE value IS 98 (38.67% from 255) = 21.35%
R=46.41%
G=32.24%
B=21.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.54
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131489800.310.540.1626.0957.7960.98
HexD5946201F36101a3a3d
Octal3252241420376620327275
Binary110101011001010011000100111111101101000011010111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D59462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D59462; }

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

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

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

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

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

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

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

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