#DFA992

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

Shades of Rose #DFA992

Tints of Rose #DFA992

Color information

#DFA992 (or 0xDFA992) is unknown color: approx Rose. HEX triplet: DF, A9 and 92. RGB value is (223,169,146). Sum of RGB (Red+Green+Blue) = 223+169+146=538 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.45% from 538); Green value is 169 (66.41% from 255 or 31.41% from 538); Blue value is 146 (57.42% from 255 or 27.14% from 538); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA992 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFA992 is #20566D. Grayscale: #B6B6B6. Windows color (decimal): -2119278 or 9611743. OLE color: 9611743.

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

Color convert

RGB223169146-
CMYK00.240.350.13
HSL17.92º54.61%72.35%-
HSV(B)17.92º34.53%87.45%-
XYZ49.8146.1433.47-
YUV182.52107.39156.87-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 41.45%
GREEN value IS 169 (66.41% from 255) = 31.41%
BLUE value IS 146 (57.42% from 255) = 27.14%
R=41.45%
G=31.41%
B=27.14%

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
Decimal22316914600.240.350.1317.9254.6172.35
HexDFA99201823D123748
Octal33725122203043152267110
Binary1101111110101001100100100110001000111101100101101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFA992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFA992; }

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

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

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

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

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

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

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

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