#DFA891

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

Shades of Rose #DFA891

Tints of Rose #DFA891

Color information

#DFA891 (or 0xDFA891) is unknown color: approx Rose. HEX triplet: DF, A8 and 91. RGB value is (223,168,145). Sum of RGB (Red+Green+Blue) = 223+168+145=536 (70% of max value = 765). Red value is 223 (87.5% from 255 or 41.60% from 536); Green value is 168 (66.02% from 255 or 31.34% from 536); Blue value is 145 (57.03% from 255 or 27.05% from 536); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA891 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFA891 is #20576E. Grayscale: #B5B5B5. Windows color (decimal): -2119535 or 9545951. OLE color: 9545951.

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

Color convert

RGB223168145-
CMYK00.250.350.13
HSL17.69º54.93%72.16%-
HSV(B)17.69º34.98%87.45%-
XYZ49.5445.7433.01-
YUV181.82107.22157.37-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 41.60%
GREEN value IS 168 (66.02% from 255) = 31.34%
BLUE value IS 145 (57.03% from 255) = 27.05%
R=41.60%
G=31.34%
B=27.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.35
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22316814500.250.350.1317.6954.9372.16
HexDFA89101923D123748
Octal33725022103143152267110
Binary1101111110101000100100010110011000111101100101101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFA891

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFA891; }

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

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

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

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

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

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

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

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