#DDAB9B

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

Shades of Rose #DDAB9B

Tints of Rose #DDAB9B

Color information

#DDAB9B (or 0xDDAB9B) is unknown color: approx Rose. HEX triplet: DD, AB and 9B. RGB value is (221,171,155). Sum of RGB (Red+Green+Blue) = 221+171+155=547 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.40% from 547); Green value is 171 (67.19% from 255 or 31.26% from 547); Blue value is 155 (60.94% from 255 or 28.34% from 547); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAB9B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDAB9B is #225464. Grayscale: #B8B8B8. Windows color (decimal): -2249829 or 10202077. OLE color: 10202077.

HSL color Cylindrical-coordinate representation of color #DDAB9B: hue angle of 14.55º 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 #DDAB9B is Cyan = 0, Magento = 0.23, Yellow = 0.30 and Black (K on CMYK) = 0.13.

Color convert

RGB221171155-
CMYK00.230.300.13
HSL14.55º49.25%73.73%-
HSV(B)14.55º29.86%86.67%-
XYZ50.346.8637.41-
YUV184.13111.56154.3-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.40%
GREEN value IS 171 (67.19% from 255) = 31.26%
BLUE value IS 155 (60.94% from 255) = 28.34%
R=40.40%
G=31.26%
B=28.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.30
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22117115500.230.300.1314.5549.2573.73
HexDDAB9B0171EDf314a
Octal33525323302736151761112
Binary11011101101010111001101101011111110110111111100011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDAB9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDAB9B; }

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

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

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

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

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

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

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

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