#D49062

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

Shades of Whiskey #D49062

Tints of Whiskey #D49062

Color information

#D49062 (or 0xD49062) is unknown color: approx Whiskey. HEX triplet: D4, 90 and 62. RGB value is (212,144,98). Sum of RGB (Red+Green+Blue) = 212+144+98=454 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.70% from 454); Green value is 144 (56.64% from 255 or 31.72% from 454); Blue value is 98 (38.67% from 255 or 21.59% from 454); Max value from RGB is 212 - color contains mainly: red. Hex color #D49062 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D49062 is #2B6F9D. Grayscale: #9F9F9F. Windows color (decimal): -2846622 or 6459604. OLE color: 6459604.

HSL color Cylindrical-coordinate representation of color #D49062: hue angle of 24.21º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D49062 is Cyan = 0, Magento = 0.32, Yellow = 0.54 and Black (K on CMYK) = 0.17.

Color convert

RGB21214498-
CMYK00.320.540.17
HSL24.21º57%60.78%-
HSV(B)24.21º53.77%83.14%-
XYZ39.3334.8316.2-
YUV159.0993.53165.74-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 46.70%
GREEN value IS 144 (56.64% from 255) = 31.72%
BLUE value IS 98 (38.67% from 255) = 21.59%
R=46.70%
G=31.72%
B=21.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.54
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2121449800.320.540.1724.215760.78
HexD49062020361118393d
Octal3242201420406621307175
Binary1101010010010000110001001000001101101000111000111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D49062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D49062; }

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

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

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

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

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

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

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

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