#DFA894

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

Shades of Rose #DFA894

Tints of Rose #DFA894

Color information

#DFA894 (or 0xDFA894) is unknown color: approx Rose. HEX triplet: DF, A8 and 94. RGB value is (223,168,148). Sum of RGB (Red+Green+Blue) = 223+168+148=539 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.37% from 539); Green value is 168 (66.02% from 255 or 31.17% from 539); Blue value is 148 (58.20% from 255 or 27.46% from 539); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA894 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFA894 is #20576B. Grayscale: #B6B6B6. Windows color (decimal): -2119532 or 9742559. OLE color: 9742559.

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

Color convert

RGB223168148-
CMYK00.250.340.13
HSL16º53.96%72.75%-
HSV(B)16º33.63%87.45%-
XYZ49.7845.8334.24-
YUV182.17108.72157.13-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 41.37%
GREEN value IS 168 (66.02% from 255) = 31.17%
BLUE value IS 148 (58.20% from 255) = 27.46%
R=41.37%
G=31.17%
B=27.46%

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
Decimal22316814800.250.340.131653.9672.75
HexDFA89401922D103649
Octal33725022403142152066111
Binary1101111110101000100101000110011000101101100001101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFA894

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFA894; }

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

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

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

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

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

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

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

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