#DFA491

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

Shades of Rose #DFA491

Tints of Rose #DFA491

Color information

#DFA491 (or 0xDFA491) is unknown color: approx Rose. HEX triplet: DF, A4 and 91. RGB value is (223,164,145). Sum of RGB (Red+Green+Blue) = 223+164+145=532 (70% of max value = 765). Red value is 223 (87.5% from 255 or 41.92% from 532); Green value is 164 (64.45% from 255 or 30.83% from 532); Blue value is 145 (57.03% from 255 or 27.26% from 532); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA491 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFA491 is #205B6E. Grayscale: #B3B3B3. Windows color (decimal): -2120559 or 9544927. OLE color: 9544927.

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

Color convert

RGB223164145-
CMYK00.260.350.13
HSL14.62º54.93%72.16%-
HSV(B)14.62º34.98%87.45%-
XYZ48.8244.2832.76-
YUV179.48108.55159.04-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 41.92%
GREEN value IS 164 (64.45% from 255) = 30.83%
BLUE value IS 145 (57.03% from 255) = 27.26%
R=41.92%
G=30.83%
B=27.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.35
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22316414500.260.350.1314.6254.9372.16
HexDFA49101A23Df3748
Octal33724422103243151767110
Binary110111111010010010010001011010100011110111111101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFA491

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFA491; }

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

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

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

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

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

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

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

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