#DFA293

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

Shades of Rose #DFA293

Tints of Rose #DFA293

Color information

#DFA293 (or 0xDFA293) is unknown color: approx Rose. HEX triplet: DF, A2 and 93. RGB value is (223,162,147). Sum of RGB (Red+Green+Blue) = 223+162+147=532 (70% of max value = 765). Red value is 223 (87.5% from 255 or 41.92% from 532); Green value is 162 (63.67% from 255 or 30.45% from 532); Blue value is 147 (57.81% from 255 or 27.63% from 532); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA293 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFA293 is #205D6C. Grayscale: #B2B2B2. Windows color (decimal): -2121069 or 9675487. OLE color: 9675487.

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

Color convert

RGB223162147-
CMYK00.270.340.13
HSL11.84º54.29%72.55%-
HSV(B)11.84º34.08%87.45%-
XYZ48.6243.6433.46-
YUV178.53110.21159.72-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 41.92%
GREEN value IS 162 (63.67% from 255) = 30.45%
BLUE value IS 147 (57.81% from 255) = 27.63%
R=41.92%
G=30.45%
B=27.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.34
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22316214700.270.340.1311.8454.2972.55
HexDFA29301B22Dc3649
Octal33724222303342151466111
Binary110111111010001010010011011011100010110111001101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFA293

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFA293; }

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

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

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

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

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

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

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

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