#DDA29B

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

Shades of Rose #DDA29B

Tints of Rose #DDA29B

Color information

#DDA29B (or 0xDDA29B) is unknown color: approx Rose. HEX triplet: DD, A2 and 9B. RGB value is (221,162,155). Sum of RGB (Red+Green+Blue) = 221+162+155=538 (71% of max value = 765). Red value is 221 (86.72% from 255 or 41.08% from 538); Green value is 162 (63.67% from 255 or 30.11% from 538); Blue value is 155 (60.94% from 255 or 28.81% from 538); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA29B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA29B is #225D64. Grayscale: #B2B2B2. Windows color (decimal): -2252133 or 10199773. OLE color: 10199773.

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

Color convert

RGB221162155-
CMYK00.270.300.13
HSL6.36º49.25%73.73%-
HSV(B)6.36º29.86%86.67%-
XYZ48.6643.5836.86-
YUV178.84114.55158.07-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.08%
GREEN value IS 162 (63.67% from 255) = 30.11%
BLUE value IS 155 (60.94% from 255) = 28.81%
R=41.08%
G=30.11%
B=28.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.30
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22116215500.270.300.136.3649.2573.73
HexDDA29B01B1ED6314a
Octal3352422330333615661112
Binary1101110110100010100110110110111111011011101100011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA29B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA29B; }

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

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

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

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

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

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

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

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