#D29062

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

Shades of Whiskey #D29062

Tints of Whiskey #D29062

Color information

#D29062 (or 0xD29062) is unknown color: approx Whiskey. HEX triplet: D2, 90 and 62. RGB value is (210,144,98). Sum of RGB (Red+Green+Blue) = 210+144+98=452 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.46% from 452); Green value is 144 (56.64% from 255 or 31.86% from 452); Blue value is 98 (38.67% from 255 or 21.68% from 452); Max value from RGB is 210 - color contains mainly: red. Hex color #D29062 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D29062 is #2D6F9D. Grayscale: #9E9E9E. Windows color (decimal): -2977694 or 6459602. OLE color: 6459602.

HSL color Cylindrical-coordinate representation of color #D29062: hue angle of 24.64º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D29062 is Cyan = 0, Magento = 0.31, Yellow = 0.53 and Black (K on CMYK) = 0.18.

Color convert

RGB21014498-
CMYK00.310.530.18
HSL24.64º55.45%60.39%-
HSV(B)24.64º53.33%82.35%-
XYZ38.7634.5316.18-
YUV158.4993.87164.74-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 46.46%
GREEN value IS 144 (56.64% from 255) = 31.86%
BLUE value IS 98 (38.67% from 255) = 21.68%
R=46.46%
G=31.86%
B=21.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.53
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2101449800.310.530.1824.6455.4560.39
HexD2906201F351219373c
Octal3222201420376522316774
Binary110100101001000011000100111111101011001011001110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D29062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D29062; }

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

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

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

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

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

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

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

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