#D29752

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

Shades of Whiskey Sour #D29752

Tints of Whiskey Sour #D29752

Color information

#D29752 (or 0xD29752) is unknown color: approx Whiskey Sour. HEX triplet: D2, 97 and 52. RGB value is (210,151,82). Sum of RGB (Red+Green+Blue) = 210+151+82=443 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.40% from 443); Green value is 151 (59.38% from 255 or 34.09% from 443); Blue value is 82 (32.42% from 255 or 18.51% from 443); Max value from RGB is 210 - color contains mainly: red. Hex color #D29752 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D29752 is #2D68AD. Grayscale: #A1A1A1. Windows color (decimal): -2975918 or 5412818. OLE color: 5412818.

HSL color Cylindrical-coordinate representation of color #D29752: hue angle of 32.34º degrees, saturation: 0.59, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D29752 is Cyan = 0, Magento = 0.28, Yellow = 0.61 and Black (K on CMYK) = 0.18.

Color convert

RGB21015182-
CMYK00.280.610.18
HSL32.34º58.72%57.25%-
HSV(B)32.34º60.95%82.35%-
XYZ39.1736.4412.95-
YUV160.7883.55163.11-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 47.40%
GREEN value IS 151 (59.38% from 255) = 34.09%
BLUE value IS 82 (32.42% from 255) = 18.51%
R=47.40%
G=34.09%
B=18.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.61
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2101518200.280.610.1832.3458.7257.25
HexD2975201C3D12203b39
Octal3222271220347522407371
Binary1101001010010111101001001110011110110010100000111011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D29752

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D29752; }

 p { color: rgb(210,151,82); }

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

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

 a { background-color: rgb(210,151,82); }

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

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

 span { border-color: rgb(210,151,82); }

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