#DDA99B

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

Shades of Rose #DDA99B

Tints of Rose #DDA99B

Color information

#DDA99B (or 0xDDA99B) is unknown color: approx Rose. HEX triplet: DD, A9 and 9B. RGB value is (221,169,155). Sum of RGB (Red+Green+Blue) = 221+169+155=545 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.55% from 545); Green value is 169 (66.41% from 255 or 31.01% from 545); Blue value is 155 (60.94% from 255 or 28.44% from 545); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA99B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA99B is #225664. Grayscale: #B7B7B7. Windows color (decimal): -2250341 or 10201565. OLE color: 10201565.

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

Color convert

RGB221169155-
CMYK00.240.300.13
HSL12.73º49.25%73.73%-
HSV(B)12.73º29.86%86.67%-
XYZ49.9246.1137.28-
YUV182.95112.23155.14-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.55%
GREEN value IS 169 (66.41% from 255) = 31.01%
BLUE value IS 155 (60.94% from 255) = 28.44%
R=40.55%
G=31.01%
B=28.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.30
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22116915500.240.300.1312.7349.2573.73
HexDDA99B0181EDd314a
Octal33525123303036151561112
Binary11011101101010011001101101100011110110111011100011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA99B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA99B; }

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

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

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

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

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

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

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

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