#DFA18C

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

Shades of Tonys Pink #DFA18C

Tints of Tonys Pink #DFA18C

Color information

#DFA18C (or 0xDFA18C) is unknown color: approx Tonys Pink. HEX triplet: DF, A1 and 8C. RGB value is (223,161,140). Sum of RGB (Red+Green+Blue) = 223+161+140=524 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.56% from 524); Green value is 161 (63.28% from 255 or 30.73% from 524); Blue value is 140 (55.08% from 255 or 26.72% from 524); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA18C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFA18C is #205E73. Grayscale: #B1B1B1. Windows color (decimal): -2121332 or 9216479. OLE color: 9216479.

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

Color convert

RGB223161140-
CMYK00.280.370.13
HSL15.18º56.46%71.18%-
HSV(B)15.18º37.22%87.45%-
XYZ47.9143.0730.6-
YUV177.14107.04160.71-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 42.56%
GREEN value IS 161 (63.28% from 255) = 30.73%
BLUE value IS 140 (55.08% from 255) = 26.72%
R=42.56%
G=30.73%
B=26.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.37
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22316114000.280.370.1315.1856.4671.18
HexDFA18C01C25Df3847
Octal33724121403445151770107
Binary110111111010000110001100011100100101110111111110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFA18C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFA18C; }

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

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

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

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

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

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

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

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