#DDA99C

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

Shades of Rose #DDA99C

Tints of Rose #DDA99C

Color information

#DDA99C (or 0xDDA99C) is unknown color: approx Rose. HEX triplet: DD, A9 and 9C. RGB value is (221,169,156). Sum of RGB (Red+Green+Blue) = 221+169+156=546 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.48% from 546); Green value is 169 (66.41% from 255 or 30.95% from 546); Blue value is 156 (61.33% from 255 or 28.57% from 546); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA99C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA99C is #225663. Grayscale: #B7B7B7. Windows color (decimal): -2250340 or 10267101. OLE color: 10267101.

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

Color convert

RGB221169156-
CMYK00.240.290.13
HSL12º48.87%73.92%-
HSV(B)12º29.41%86.67%-
XYZ50.0146.1537.72-
YUV183.07112.73155.06-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.48%
GREEN value IS 169 (66.41% from 255) = 30.95%
BLUE value IS 156 (61.33% from 255) = 28.57%
R=40.48%
G=30.95%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.29
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22116915600.240.290.131248.8773.92
HexDDA99C0181DDc314a
Octal33525123403035151461112
Binary11011101101010011001110001100011101110111001100011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA99C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA99C; }

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

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

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

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

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

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

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

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