#DDA99A

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

Shades of Rose #DDA99A

Tints of Rose #DDA99A

Color information

#DDA99A (or 0xDDA99A) is unknown color: approx Rose. HEX triplet: DD, A9 and 9A. RGB value is (221,169,154). Sum of RGB (Red+Green+Blue) = 221+169+154=544 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.62% from 544); Green value is 169 (66.41% from 255 or 31.07% from 544); Blue value is 154 (60.55% from 255 or 28.31% from 544); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA99A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA99A is #225665. Grayscale: #B6B6B6. Windows color (decimal): -2250342 or 10136029. OLE color: 10136029.

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

Color convert

RGB221169154-
CMYK00.240.300.13
HSL13.43º49.63%73.53%-
HSV(B)13.43º30.32%86.67%-
XYZ49.8446.0836.84-
YUV182.84111.73155.22-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.62%
GREEN value IS 169 (66.41% from 255) = 31.07%
BLUE value IS 154 (60.55% from 255) = 28.31%
R=40.62%
G=31.07%
B=28.31%

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
Decimal22116915400.240.300.1313.4349.6373.53
HexDDA99A0181EDd324a
Octal33525123203036151562112
Binary11011101101010011001101001100011110110111011100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA99A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA99A; }

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

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

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

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

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

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

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

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