#DFA48C

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

Shades of Tonys Pink #DFA48C

Tints of Tonys Pink #DFA48C

Color information

#DFA48C (or 0xDFA48C) is unknown color: approx Tonys Pink. HEX triplet: DF, A4 and 8C. RGB value is (223,164,140). Sum of RGB (Red+Green+Blue) = 223+164+140=527 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.31% from 527); Green value is 164 (64.45% from 255 or 31.12% from 527); Blue value is 140 (55.08% from 255 or 26.57% from 527); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA48C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFA48C is #205B73. Grayscale: #B3B3B3. Windows color (decimal): -2120564 or 9217247. OLE color: 9217247.

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

Color convert

RGB223164140-
CMYK00.260.370.13
HSL17.35º56.46%71.18%-
HSV(B)17.35º37.22%87.45%-
XYZ48.4444.1330.78-
YUV178.9106.05159.45-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 42.31%
GREEN value IS 164 (64.45% from 255) = 31.12%
BLUE value IS 140 (55.08% from 255) = 26.57%
R=42.31%
G=31.12%
B=26.57%

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
Decimal22316414000.260.370.1317.3556.4671.18
HexDFA48C01A25D113847
Octal33724421403245152170107
Binary1101111110100100100011000110101001011101100011110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFA48C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFA48C; }

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

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

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

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

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

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

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

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