#D29053

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

Shades of Whiskey Sour #D29053

Tints of Whiskey Sour #D29053

Color information

#D29053 (or 0xD29053) is unknown color: approx Whiskey Sour. HEX triplet: D2, 90 and 53. RGB value is (210,144,83). Sum of RGB (Red+Green+Blue) = 210+144+83=437 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.05% from 437); Green value is 144 (56.64% from 255 or 32.95% from 437); Blue value is 83 (32.81% from 255 or 18.99% from 437); Max value from RGB is 210 - color contains mainly: red. Hex color #D29053 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D29053 is #2D6FAC. Grayscale: #9D9D9D. Windows color (decimal): -2977709 or 5476562. OLE color: 5476562.

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

Color convert

RGB21014483-
CMYK00.310.600.18
HSL28.82º58.53%57.45%-
HSV(B)28.82º60.48%82.35%-
XYZ38.1134.2712.79-
YUV156.7886.37165.96-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 48.05%
GREEN value IS 144 (56.64% from 255) = 32.95%
BLUE value IS 83 (32.81% from 255) = 18.99%
R=48.05%
G=32.95%
B=18.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.60
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2101448300.310.600.1828.8258.5357.45
HexD2905301F3C121d3b39
Octal3222201230377422357371
Binary110100101001000010100110111111111001001011101111011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D29053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D29053; }

 p { color: rgb(210,144,83); }

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

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

 a { background-color: rgb(210,144,83); }

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

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

 span { border-color: rgb(210,144,83); }

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