#DFA397

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

Shades of Rose #DFA397

Tints of Rose #DFA397

Color information

#DFA397 (or 0xDFA397) is unknown color: approx Rose. HEX triplet: DF, A3 and 97. RGB value is (223,163,151). Sum of RGB (Red+Green+Blue) = 223+163+151=537 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.53% from 537); Green value is 163 (64.06% from 255 or 30.35% from 537); Blue value is 151 (59.38% from 255 or 28.12% from 537); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA397 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFA397 is #205C68. Grayscale: #B3B3B3. Windows color (decimal): -2120809 or 9937887. OLE color: 9937887.

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

Color convert

RGB223163151-
CMYK00.270.320.13
HSL10º52.94%73.33%-
HSV(B)10º32.29%87.45%-
XYZ49.1144.1235.2-
YUV179.57111.88158.98-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 41.53%
GREEN value IS 163 (64.06% from 255) = 30.35%
BLUE value IS 151 (59.38% from 255) = 28.12%
R=41.53%
G=30.35%
B=28.12%

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
Decimal22316315100.270.320.131052.9473.33
HexDFA39701B20Da3549
Octal33724322703340151265111
Binary110111111010001110010111011011100000110110101101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFA397

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFA397; }

 p { color: rgb(223,163,151); }

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

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

 a { background-color: rgb(223,163,151); }

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

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

 span { border-color: rgb(223,163,151); }

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