#DDA29C

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

Shades of Rose #DDA29C

Tints of Rose #DDA29C

Color information

#DDA29C (or 0xDDA29C) is unknown color: approx Rose. HEX triplet: DD, A2 and 9C. RGB value is (221,162,156). Sum of RGB (Red+Green+Blue) = 221+162+156=539 (71% of max value = 765). Red value is 221 (86.72% from 255 or 41.00% from 539); Green value is 162 (63.67% from 255 or 30.06% from 539); Blue value is 156 (61.33% from 255 or 28.94% from 539); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA29C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA29C is #225D63. Grayscale: #B3B3B3. Windows color (decimal): -2252132 or 10265309. OLE color: 10265309.

HSL color Cylindrical-coordinate representation of color #DDA29C: hue angle of 5.54º degrees, saturation: 0.49, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DDA29C is Cyan = 0, Magento = 0.27, Yellow = 0.29 and Black (K on CMYK) = 0.13.

Color convert

RGB221162156-
CMYK00.270.290.13
HSL5.54º48.87%73.92%-
HSV(B)5.54º29.41%86.67%-
XYZ48.7443.6137.3-
YUV178.96115.05157.99-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.00%
GREEN value IS 162 (63.67% from 255) = 30.06%
BLUE value IS 156 (61.33% from 255) = 28.94%
R=41.00%
G=30.06%
B=28.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.29
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22116215600.270.290.135.5448.8773.92
HexDDA29C01B1DD6314a
Octal3352422340333515661112
Binary1101110110100010100111000110111110111011101100011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA29C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA29C; }

 p { color: rgb(221,162,156); }

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

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

 a { background-color: rgb(221,162,156); }

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

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

 span { border-color: rgb(221,162,156); }

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