#DDA092

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

Shades of Rose #DDA092

Tints of Rose #DDA092

Color information

#DDA092 (or 0xDDA092) is unknown color: approx Rose. HEX triplet: DD, A0 and 92. RGB value is (221,160,146). Sum of RGB (Red+Green+Blue) = 221+160+146=527 (69% of max value = 765). Red value is 221 (86.72% from 255 or 41.94% from 527); Green value is 160 (62.89% from 255 or 30.36% from 527); Blue value is 146 (57.42% from 255 or 27.70% from 527); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA092 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA092 is #225F6D. Grayscale: #B0B0B0. Windows color (decimal): -2252654 or 9609437. OLE color: 9609437.

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

Color convert

RGB221160146-
CMYK00.280.340.13
HSL11.2º52.45%71.96%-
HSV(B)11.2º33.94%86.67%-
XYZ47.5842.5932.91-
YUV176.64110.71159.64-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.94%
GREEN value IS 160 (62.89% from 255) = 30.36%
BLUE value IS 146 (57.42% from 255) = 27.70%
R=41.94%
G=30.36%
B=27.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.34
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22116014600.280.340.1311.252.4571.96
HexDDA09201C22Db3448
Octal33524022203442151364110
Binary110111011010000010010010011100100010110110111101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA092; }

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

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

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

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

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

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

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

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