#DFAA92

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

Shades of Rose #DFAA92

Tints of Rose #DFAA92

Color information

#DFAA92 (or 0xDFAA92) is unknown color: approx Rose. HEX triplet: DF, AA and 92. RGB value is (223,170,146). Sum of RGB (Red+Green+Blue) = 223+170+146=539 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.37% from 539); Green value is 170 (66.80% from 255 or 31.54% from 539); Blue value is 146 (57.42% from 255 or 27.09% from 539); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAA92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFAA92 is #20556D. Grayscale: #B7B7B7. Windows color (decimal): -2119022 or 9611999. OLE color: 9611999.

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

Color convert

RGB223170146-
CMYK00.240.350.13
HSL18.7º54.61%72.35%-
HSV(B)18.7º34.53%87.45%-
XYZ49.9946.5133.54-
YUV183.11107.06156.45-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 41.37%
GREEN value IS 170 (66.80% from 255) = 31.54%
BLUE value IS 146 (57.42% from 255) = 27.09%
R=41.37%
G=31.54%
B=27.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.35
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22317014600.240.350.1318.754.6172.35
HexDFAA9201823D133748
Octal33725222203043152367110
Binary1101111110101010100100100110001000111101100111101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFAA92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFAA92; }

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

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

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

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

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

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

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

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