#DDA090

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

Shades of Rose #DDA090

Tints of Rose #DDA090

Color information

#DDA090 (or 0xDDA090) is unknown color: approx Rose. HEX triplet: DD, A0 and 90. RGB value is (221,160,144). Sum of RGB (Red+Green+Blue) = 221+160+144=525 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.10% from 525); Green value is 160 (62.89% from 255 or 30.48% from 525); Blue value is 144 (56.64% from 255 or 27.43% from 525); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA090 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA090 is #225F6F. Grayscale: #B0B0B0. Windows color (decimal): -2252656 or 9478365. OLE color: 9478365.

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

Color convert

RGB221160144-
CMYK00.280.350.13
HSL12.47º53.1%71.57%-
HSV(B)12.47º34.84%86.67%-
XYZ47.4242.5332.09-
YUV176.41109.71159.8-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 42.10%
GREEN value IS 160 (62.89% from 255) = 30.48%
BLUE value IS 144 (56.64% from 255) = 27.43%
R=42.10%
G=30.48%
B=27.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.35
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22116014400.280.350.1312.4753.171.57
HexDDA09001C23Dc3548
Octal33524022003443151465110
Binary110111011010000010010000011100100011110111001101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA090; }

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

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

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

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

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

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

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

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