#DFA791

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

Shades of Rose #DFA791

Tints of Rose #DFA791

Color information

#DFA791 (or 0xDFA791) is unknown color: approx Rose. HEX triplet: DF, A7 and 91. RGB value is (223,167,145). Sum of RGB (Red+Green+Blue) = 223+167+145=535 (70% of max value = 765). Red value is 223 (87.5% from 255 or 41.68% from 535); Green value is 167 (65.62% from 255 or 31.21% from 535); Blue value is 145 (57.03% from 255 or 27.10% from 535); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA791 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFA791 is #20586E. Grayscale: #B5B5B5. Windows color (decimal): -2119791 or 9545695. OLE color: 9545695.

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

Color convert

RGB223167145-
CMYK00.250.350.13
HSL16.92º54.93%72.16%-
HSV(B)16.92º34.98%87.45%-
XYZ49.3645.3732.94-
YUV181.24107.55157.79-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 41.68%
GREEN value IS 167 (65.62% from 255) = 31.21%
BLUE value IS 145 (57.03% from 255) = 27.10%
R=41.68%
G=31.21%
B=27.10%

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
Decimal22316714500.250.350.1316.9254.9372.16
HexDFA79101923D113748
Octal33724722103143152167110
Binary1101111110100111100100010110011000111101100011101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFA791

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFA791; }

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

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

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

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

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

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

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

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