#D29C62

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

Shades of Whiskey Sour #D29C62

Tints of Whiskey Sour #D29C62

Color information

#D29C62 (or 0xD29C62) is unknown color: approx Whiskey Sour. HEX triplet: D2, 9C and 62. RGB value is (210,156,98). Sum of RGB (Red+Green+Blue) = 210+156+98=464 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.26% from 464); Green value is 156 (61.33% from 255 or 33.62% from 464); Blue value is 98 (38.67% from 255 or 21.12% from 464); Max value from RGB is 210 - color contains mainly: red. Hex color #D29C62 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D29C62 is #2D639D. Grayscale: #A5A5A5. Windows color (decimal): -2974622 or 6462674. OLE color: 6462674.

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

Color convert

RGB21015698-
CMYK00.260.530.18
HSL31.07º55.45%60.39%-
HSV(B)31.07º53.33%82.35%-
XYZ40.6738.3616.82-
YUV165.5389.89159.72-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 45.26%
GREEN value IS 156 (61.33% from 255) = 33.62%
BLUE value IS 98 (38.67% from 255) = 21.12%
R=45.26%
G=33.62%
B=21.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.53
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2101569800.260.530.1831.0755.4560.39
HexD29C6201A35121f373c
Octal3222341420326522376774
Binary110100101001110011000100110101101011001011111110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D29C62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D29C62; }

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

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

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

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

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

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

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

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