#DFA48D

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

Shades of Tonys Pink #DFA48D

Tints of Tonys Pink #DFA48D

Color information

#DFA48D (or 0xDFA48D) is unknown color: approx Tonys Pink. HEX triplet: DF, A4 and 8D. RGB value is (223,164,141). Sum of RGB (Red+Green+Blue) = 223+164+141=528 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.23% from 528); Green value is 164 (64.45% from 255 or 31.06% from 528); Blue value is 141 (55.47% from 255 or 26.70% from 528); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA48D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFA48D is #205B72. Grayscale: #B3B3B3. Windows color (decimal): -2120563 or 9282783. OLE color: 9282783.

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

Color convert

RGB223164141-
CMYK00.260.370.13
HSL16.83º56.16%71.37%-
HSV(B)16.83º36.77%87.45%-
XYZ48.5144.1631.17-
YUV179.02106.55159.37-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 42.23%
GREEN value IS 164 (64.45% from 255) = 31.06%
BLUE value IS 141 (55.47% from 255) = 26.70%
R=42.23%
G=31.06%
B=26.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.37
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22316414100.260.370.1316.8356.1671.37
HexDFA48D01A25D113847
Octal33724421503245152170107
Binary1101111110100100100011010110101001011101100011110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFA48D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFA48D; }

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

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

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

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

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

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

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

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