#DDA992

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

Shades of Rose #DDA992

Tints of Rose #DDA992

Color information

#DDA992 (or 0xDDA992) is unknown color: approx Rose. HEX triplet: DD, A9 and 92. RGB value is (221,169,146). Sum of RGB (Red+Green+Blue) = 221+169+146=536 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.23% from 536); Green value is 169 (66.41% from 255 or 31.53% from 536); Blue value is 146 (57.42% from 255 or 27.24% from 536); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA992 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA992 is #22566D. Grayscale: #B6B6B6. Windows color (decimal): -2250350 or 9611741. OLE color: 9611741.

HSL color Cylindrical-coordinate representation of color #DDA992: hue angle of 18.4º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DDA992 is Cyan = 0, Magento = 0.24, Yellow = 0.34 and Black (K on CMYK) = 0.13.

Color convert

RGB221169146-
CMYK00.240.340.13
HSL18.4º52.45%71.96%-
HSV(B)18.4º33.94%86.67%-
XYZ49.245.8233.45-
YUV181.93107.73155.87-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.23%
GREEN value IS 169 (66.41% from 255) = 31.53%
BLUE value IS 146 (57.42% from 255) = 27.24%
R=41.23%
G=31.53%
B=27.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.34
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22116914600.240.340.1318.452.4571.96
HexDDA99201822D123448
Octal33525122203042152264110
Binary1101110110101001100100100110001000101101100101101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA992; }

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

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

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

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

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

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

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

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