#D29C60

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

Shades of Whiskey Sour #D29C60

Tints of Whiskey Sour #D29C60

Color information

#D29C60 (or 0xD29C60) is unknown color: approx Whiskey Sour. HEX triplet: D2, 9C and 60. RGB value is (210,156,96). Sum of RGB (Red+Green+Blue) = 210+156+96=462 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.45% from 462); Green value is 156 (61.33% from 255 or 33.77% from 462); Blue value is 96 (37.89% from 255 or 20.78% from 462); Max value from RGB is 210 - color contains mainly: red. Hex color #D29C60 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D29C60 is #2D639F. Grayscale: #A5A5A5. Windows color (decimal): -2974624 or 6331602. OLE color: 6331602.

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

Color convert

RGB21015696-
CMYK00.260.540.18
HSL31.58º55.88%60%-
HSV(B)31.58º54.29%82.35%-
XYZ40.5838.3216.32-
YUV165.3188.89159.88-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 45.45%
GREEN value IS 156 (61.33% from 255) = 33.77%
BLUE value IS 96 (37.89% from 255) = 20.78%
R=45.45%
G=33.77%
B=20.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.54
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2101569600.260.540.1831.5855.8860
HexD29C6001A361220383c
Octal3222341400326622407074
Binary1101001010011100110000001101011011010010100000111000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D29C60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D29C60; }

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

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

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

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

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

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

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

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