#DFA893

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

Shades of Rose #DFA893

Tints of Rose #DFA893

Color information

#DFA893 (or 0xDFA893) is unknown color: approx Rose. HEX triplet: DF, A8 and 93. RGB value is (223,168,147). Sum of RGB (Red+Green+Blue) = 223+168+147=538 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.45% from 538); Green value is 168 (66.02% from 255 or 31.23% from 538); Blue value is 147 (57.81% from 255 or 27.32% from 538); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA893 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFA893 is #20576C. Grayscale: #B6B6B6. Windows color (decimal): -2119533 or 9677023. OLE color: 9677023.

HSL color Cylindrical-coordinate representation of color #DFA893: hue angle of 16.58º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DFA893 is Cyan = 0, Magento = 0.25, Yellow = 0.34 and Black (K on CMYK) = 0.13.

Color convert

RGB223168147-
CMYK00.250.340.13
HSL16.58º54.29%72.55%-
HSV(B)16.58º34.08%87.45%-
XYZ49.745.833.82-
YUV182.05108.22157.21-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 41.45%
GREEN value IS 168 (66.02% from 255) = 31.23%
BLUE value IS 147 (57.81% from 255) = 27.32%
R=41.45%
G=31.23%
B=27.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.34
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22316814700.250.340.1316.5854.2972.55
HexDFA89301922D113649
Octal33725022303142152166111
Binary1101111110101000100100110110011000101101100011101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFA893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFA893; }

 p { color: rgb(223,168,147); }

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

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

 a { background-color: rgb(223,168,147); }

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

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

 span { border-color: rgb(223,168,147); }

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