#DFA18A

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

Shades of Tonys Pink #DFA18A

Tints of Tonys Pink #DFA18A

Color information

#DFA18A (or 0xDFA18A) is unknown color: approx Tonys Pink. HEX triplet: DF, A1 and 8A. RGB value is (223,161,138). Sum of RGB (Red+Green+Blue) = 223+161+138=522 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.72% from 522); Green value is 161 (63.28% from 255 or 30.84% from 522); Blue value is 138 (54.30% from 255 or 26.44% from 522); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA18A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFA18A is #205E75. Grayscale: #B1B1B1. Windows color (decimal): -2121334 or 9085407. OLE color: 9085407.

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

Color convert

RGB223161138-
CMYK00.280.380.13
HSL16.24º57.05%70.78%-
HSV(B)16.24º38.12%87.45%-
XYZ47.7643.0129.83-
YUV176.92106.04160.87-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 42.72%
GREEN value IS 161 (63.28% from 255) = 30.84%
BLUE value IS 138 (54.30% from 255) = 26.44%
R=42.72%
G=30.84%
B=26.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.38
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22316113800.280.380.1316.2457.0570.78
HexDFA18A01C26D103947
Octal33724121203446152071107
Binary1101111110100001100010100111001001101101100001110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFA18A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFA18A; }

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

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

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

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

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

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

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

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