#D29A61

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

Shades of Whiskey Sour #D29A61

Tints of Whiskey Sour #D29A61

Color information

#D29A61 (or 0xD29A61) is unknown color: approx Whiskey Sour. HEX triplet: D2, 9A and 61. RGB value is (210,154,97). Sum of RGB (Red+Green+Blue) = 210+154+97=461 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.55% from 461); Green value is 154 (60.55% from 255 or 33.41% from 461); Blue value is 97 (38.28% from 255 or 21.04% from 461); Max value from RGB is 210 - color contains mainly: red. Hex color #D29A61 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D29A61 is #2D659E. Grayscale: #A4A4A4. Windows color (decimal): -2975135 or 6396626. OLE color: 6396626.

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

Color convert

RGB21015497-
CMYK00.270.540.18
HSL30.27º55.67%60.2%-
HSV(B)30.27º53.81%82.35%-
XYZ40.2937.6816.46-
YUV164.2590.05160.63-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 45.55%
GREEN value IS 154 (60.55% from 255) = 33.41%
BLUE value IS 97 (38.28% from 255) = 21.04%
R=45.55%
G=33.41%
B=21.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.54
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2101549700.270.540.1830.2755.6760.2
HexD29A6101B36121e383c
Octal3222321410336622367074
Binary110100101001101011000010110111101101001011110111000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D29A61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D29A61; }

 p { color: rgb(210,154,97); }

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

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

 a { background-color: rgb(210,154,97); }

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

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

 span { border-color: rgb(210,154,97); }

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