#DFA393

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

Shades of Rose #DFA393

Tints of Rose #DFA393

Color information

#DFA393 (or 0xDFA393) is unknown color: approx Rose. HEX triplet: DF, A3 and 93. RGB value is (223,163,147). Sum of RGB (Red+Green+Blue) = 223+163+147=533 (70% of max value = 765). Red value is 223 (87.5% from 255 or 41.84% from 533); Green value is 163 (64.06% from 255 or 30.58% from 533); Blue value is 147 (57.81% from 255 or 27.58% from 533); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA393 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFA393 is #205C6C. Grayscale: #B3B3B3. Windows color (decimal): -2120813 or 9675743. OLE color: 9675743.

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

Color convert

RGB223163147-
CMYK00.270.340.13
HSL12.63º54.29%72.55%-
HSV(B)12.63º34.08%87.45%-
XYZ48.843.9933.52-
YUV179.12109.88159.3-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 41.84%
GREEN value IS 163 (64.06% from 255) = 30.58%
BLUE value IS 147 (57.81% from 255) = 27.58%
R=41.84%
G=30.58%
B=27.58%

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
Decimal22316314700.270.340.1312.6354.2972.55
HexDFA39301B22Dd3649
Octal33724322303342151566111
Binary110111111010001110010011011011100010110111011101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFA393

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFA393; }

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

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

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

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

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

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

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

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