#DFA298

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

Shades of Rose #DFA298

Tints of Rose #DFA298

Color information

#DFA298 (or 0xDFA298) is unknown color: approx Rose. HEX triplet: DF, A2 and 98. RGB value is (223,162,152). Sum of RGB (Red+Green+Blue) = 223+162+152=537 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.53% from 537); Green value is 162 (63.67% from 255 or 30.17% from 537); Blue value is 152 (59.77% from 255 or 28.31% from 537); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA298 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFA298 is #205D67. Grayscale: #B3B3B3. Windows color (decimal): -2121064 or 10003167. OLE color: 10003167.

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

Color convert

RGB223162152-
CMYK00.270.320.13
HSL8.45º52.59%73.53%-
HSV(B)8.45º31.84%87.45%-
XYZ49.0243.835.58-
YUV179.1112.71159.31-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 41.53%
GREEN value IS 162 (63.67% from 255) = 30.17%
BLUE value IS 152 (59.77% from 255) = 28.31%
R=41.53%
G=30.17%
B=28.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.32
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22316215200.270.320.138.4552.5973.53
HexDFA29801B20D8354a
Octal33724223003340151065112
Binary110111111010001010011000011011100000110110001101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFA298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFA298; }

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

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

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

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

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

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

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

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