#DFA394

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

Shades of Rose #DFA394

Tints of Rose #DFA394

Color information

#DFA394 (or 0xDFA394) is unknown color: approx Rose. HEX triplet: DF, A3 and 94. RGB value is (223,163,148). Sum of RGB (Red+Green+Blue) = 223+163+148=534 (70% of max value = 765). Red value is 223 (87.5% from 255 or 41.76% from 534); Green value is 163 (64.06% from 255 or 30.52% from 534); Blue value is 148 (58.20% from 255 or 27.72% from 534); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA394 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFA394 is #205C6B. Grayscale: #B3B3B3. Windows color (decimal): -2120812 or 9741279. OLE color: 9741279.

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

Color convert

RGB223163148-
CMYK00.270.340.13
HSL12º53.96%72.75%-
HSV(B)12º33.63%87.45%-
XYZ48.8744.0233.94-
YUV179.23110.38159.22-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 41.76%
GREEN value IS 163 (64.06% from 255) = 30.52%
BLUE value IS 148 (58.20% from 255) = 27.72%
R=41.76%
G=30.52%
B=27.72%

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
Decimal22316314800.270.340.131253.9672.75
HexDFA39401B22Dc3649
Octal33724322403342151466111
Binary110111111010001110010100011011100010110111001101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFA394

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFA394; }

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

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

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

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

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

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

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

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