#DFA48A

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

Shades of Tonys Pink #DFA48A

Tints of Tonys Pink #DFA48A

Color information

#DFA48A (or 0xDFA48A) is unknown color: approx Tonys Pink. HEX triplet: DF, A4 and 8A. RGB value is (223,164,138). Sum of RGB (Red+Green+Blue) = 223+164+138=525 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.48% from 525); Green value is 164 (64.45% from 255 or 31.24% from 525); Blue value is 138 (54.30% from 255 or 26.29% from 525); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA48A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFA48A is #205B75. Grayscale: #B2B2B2. Windows color (decimal): -2120566 or 9086175. OLE color: 9086175.

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

Color convert

RGB223164138-
CMYK00.260.380.13
HSL18.35º57.05%70.78%-
HSV(B)18.35º38.12%87.45%-
XYZ48.2944.0730.01-
YUV178.68105.05159.61-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 42.48%
GREEN value IS 164 (64.45% from 255) = 31.24%
BLUE value IS 138 (54.30% from 255) = 26.29%
R=42.48%
G=31.24%
B=26.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.38
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22316413800.260.380.1318.3557.0570.78
HexDFA48A01A26D123947
Octal33724421203246152271107
Binary1101111110100100100010100110101001101101100101110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFA48A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFA48A; }

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

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

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

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

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

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

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

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