#DFA49E

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

Shades of Rose #DFA49E

Tints of Rose #DFA49E

Color information

#DFA49E (or 0xDFA49E) is unknown color: approx Rose. HEX triplet: DF, A4 and 9E. RGB value is (223,164,158). Sum of RGB (Red+Green+Blue) = 223+164+158=545 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.92% from 545); Green value is 164 (64.45% from 255 or 30.09% from 545); Blue value is 158 (62.11% from 255 or 28.99% from 545); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA49E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFA49E is #205B61. Grayscale: #B5B5B5. Windows color (decimal): -2120546 or 10396895. OLE color: 10396895.

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

Color convert

RGB223164158-
CMYK00.260.290.13
HSL5.54º50.39%74.71%-
HSV(B)5.54º29.15%87.45%-
XYZ49.8844.7138.35-
YUV180.96115.05157.99-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 40.92%
GREEN value IS 164 (64.45% from 255) = 30.09%
BLUE value IS 158 (62.11% from 255) = 28.99%
R=40.92%
G=30.09%
B=28.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.29
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22316415800.260.290.135.5450.3974.71
HexDFA49E01A1DD6324b
Octal3372442360323515662113
Binary1101111110100100100111100110101110111011101100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFA49E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFA49E; }

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

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

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

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

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

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

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

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