#DFA49D

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

Shades of Rose #DFA49D

Tints of Rose #DFA49D

Color information

#DFA49D (or 0xDFA49D) is unknown color: approx Rose. HEX triplet: DF, A4 and 9D. RGB value is (223,164,157). Sum of RGB (Red+Green+Blue) = 223+164+157=544 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.99% from 544); Green value is 164 (64.45% from 255 or 30.15% from 544); Blue value is 157 (61.72% from 255 or 28.86% from 544); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA49D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFA49D is #205B62. Grayscale: #B4B4B4. Windows color (decimal): -2120547 or 10331359. OLE color: 10331359.

HSL color Cylindrical-coordinate representation of color #DFA49D: hue angle of 6.36º degrees, saturation: 0.51, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DFA49D is Cyan = 0, Magento = 0.26, Yellow = 0.30 and Black (K on CMYK) = 0.13.

Color convert

RGB223164157-
CMYK00.260.300.13
HSL6.36º50.77%74.51%-
HSV(B)6.36º29.6%87.45%-
XYZ49.7944.6737.9-
YUV180.84114.55158.07-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 40.99%
GREEN value IS 164 (64.45% from 255) = 30.15%
BLUE value IS 157 (61.72% from 255) = 28.86%
R=40.99%
G=30.15%
B=28.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.30
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22316415700.260.300.136.3650.7774.51
HexDFA49D01A1ED6334b
Octal3372442350323615663113
Binary1101111110100100100111010110101111011011101100111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFA49D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFA49D; }

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

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

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

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

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

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

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

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