#DFA498

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

Shades of Rose #DFA498

Tints of Rose #DFA498

Color information

#DFA498 (or 0xDFA498) is unknown color: approx Rose. HEX triplet: DF, A4 and 98. RGB value is (223,164,152). Sum of RGB (Red+Green+Blue) = 223+164+152=539 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.37% from 539); Green value is 164 (64.45% from 255 or 30.43% from 539); Blue value is 152 (59.77% from 255 or 28.20% from 539); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA498 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFA498 is #205B67. Grayscale: #B4B4B4. Windows color (decimal): -2120552 or 10003679. OLE color: 10003679.

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

Color convert

RGB223164152-
CMYK00.260.320.13
HSL10.14º52.59%73.53%-
HSV(B)10.14º31.84%87.45%-
XYZ49.3744.5135.69-
YUV180.27112.05158.48-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 41.37%
GREEN value IS 164 (64.45% from 255) = 30.43%
BLUE value IS 152 (59.77% from 255) = 28.20%
R=41.37%
G=30.43%
B=28.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.32
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22316415200.260.320.1310.1452.5973.53
HexDFA49801A20Da354a
Octal33724423003240151265112
Binary110111111010010010011000011010100000110110101101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFA498

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFA498; }

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

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

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

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

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

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

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

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