#DFAA9A

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

Shades of Rose #DFAA9A

Tints of Rose #DFAA9A

Color information

#DFAA9A (or 0xDFAA9A) is unknown color: approx Rose. HEX triplet: DF, AA and 9A. RGB value is (223,170,154). Sum of RGB (Red+Green+Blue) = 223+170+154=547 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.77% from 547); Green value is 170 (66.80% from 255 or 31.08% from 547); Blue value is 154 (60.55% from 255 or 28.15% from 547); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAA9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFAA9A is #205565. Grayscale: #B8B8B8. Windows color (decimal): -2119014 or 10136287. OLE color: 10136287.

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

Color convert

RGB223170154-
CMYK00.240.310.13
HSL13.91º51.88%73.92%-
HSV(B)13.91º30.94%87.45%-
XYZ50.6446.7736.93-
YUV184.02111.06155.8-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 40.77%
GREEN value IS 170 (66.80% from 255) = 31.08%
BLUE value IS 154 (60.55% from 255) = 28.15%
R=40.77%
G=31.08%
B=28.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.31
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22317015400.240.310.1313.9151.8873.92
HexDFAA9A0181FDe344a
Octal33725223203037151664112
Binary11011111101010101001101001100011111110111101101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFAA9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFAA9A; }

 p { color: rgb(223,170,154); }

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

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

 a { background-color: rgb(223,170,154); }

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

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

 span { border-color: rgb(223,170,154); }

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