#DFA998

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

Shades of Rose #DFA998

Tints of Rose #DFA998

Color information

#DFA998 (or 0xDFA998) is unknown color: approx Rose. HEX triplet: DF, A9 and 98. RGB value is (223,169,152). Sum of RGB (Red+Green+Blue) = 223+169+152=544 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.99% from 544); Green value is 169 (66.41% from 255 or 31.07% from 544); Blue value is 152 (59.77% from 255 or 27.94% from 544); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA998 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFA998 is #205667. Grayscale: #B7B7B7. Windows color (decimal): -2119272 or 10004959. OLE color: 10004959.

HSL color Cylindrical-coordinate representation of color #DFA998: hue angle of 14.37º degrees, saturation: 0.53, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DFA998 is Cyan = 0, Magento = 0.24, Yellow = 0.32 and Black (K on CMYK) = 0.13.

Color convert

RGB223169152-
CMYK00.240.320.13
HSL14.37º52.59%73.53%-
HSV(B)14.37º31.84%87.45%-
XYZ50.2946.3336-
YUV183.21110.39156.38-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 40.99%
GREEN value IS 169 (66.41% from 255) = 31.07%
BLUE value IS 152 (59.77% from 255) = 27.94%
R=40.99%
G=31.07%
B=27.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.32
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22316915200.240.320.1314.3752.5973.53
HexDFA99801820De354a
Octal33725123003040151665112
Binary110111111010100110011000011000100000110111101101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFA998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFA998; }

 p { color: rgb(223,169,152); }

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

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

 a { background-color: rgb(223,169,152); }

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

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

 span { border-color: rgb(223,169,152); }

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