#D59962

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

Shades of Whiskey Sour #D59962

Tints of Whiskey Sour #D59962

Color information

#D59962 (or 0xD59962) is unknown color: approx Whiskey Sour. HEX triplet: D5, 99 and 62. RGB value is (213,153,98). Sum of RGB (Red+Green+Blue) = 213+153+98=464 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.91% from 464); Green value is 153 (60.16% from 255 or 32.97% from 464); Blue value is 98 (38.67% from 255 or 21.12% from 464); Max value from RGB is 213 - color contains mainly: red. Hex color #D59962 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D59962 is #2A669D. Grayscale: #A4A4A4. Windows color (decimal): -2778782 or 6461909. OLE color: 6461909.

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

Color convert

RGB21315398-
CMYK00.280.540.16
HSL28.7º57.79%60.98%-
HSV(B)28.7º53.99%83.53%-
XYZ41.0437.8116.69-
YUV164.6790.38162.47-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 45.91%
GREEN value IS 153 (60.16% from 255) = 32.97%
BLUE value IS 98 (38.67% from 255) = 21.12%
R=45.91%
G=32.97%
B=21.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.54
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131539800.280.540.1628.757.7960.98
HexD5996201C36101d3a3d
Octal3252311420346620357275
Binary110101011001100111000100111001101101000011101111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D59962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D59962; }

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

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

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

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

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

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

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

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