#D29962

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

Shades of Whiskey Sour #D29962

Tints of Whiskey Sour #D29962

Color information

#D29962 (or 0xD29962) is unknown color: approx Whiskey Sour. HEX triplet: D2, 99 and 62. RGB value is (210,153,98). Sum of RGB (Red+Green+Blue) = 210+153+98=461 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.55% from 461); Green value is 153 (60.16% from 255 or 33.19% from 461); Blue value is 98 (38.67% from 255 or 21.26% from 461); Max value from RGB is 210 - color contains mainly: red. Hex color #D29962 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D29962 is #2D669D. Grayscale: #A4A4A4. Windows color (decimal): -2975390 or 6461906. OLE color: 6461906.

HSL color Cylindrical-coordinate representation of color #D29962: hue angle of 29.46º 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 #D29962 is Cyan = 0, Magento = 0.27, Yellow = 0.53 and Black (K on CMYK) = 0.18.

Color convert

RGB21015398-
CMYK00.270.530.18
HSL29.46º55.45%60.39%-
HSV(B)29.46º53.33%82.35%-
XYZ40.1737.3716.65-
YUV163.7790.88160.97-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 45.55%
GREEN value IS 153 (60.16% from 255) = 33.19%
BLUE value IS 98 (38.67% from 255) = 21.26%
R=45.55%
G=33.19%
B=21.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.53
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2101539800.270.530.1829.4655.4560.39
HexD2996201B35121d373c
Octal3222311420336522356774
Binary110100101001100111000100110111101011001011101110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D29962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D29962; }

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

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

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

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

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

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

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

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