#DFA38F

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

Shades of Tonys Pink #DFA38F

Tints of Tonys Pink #DFA38F

Color information

#DFA38F (or 0xDFA38F) is unknown color: approx Tonys Pink. HEX triplet: DF, A3 and 8F. RGB value is (223,163,143). Sum of RGB (Red+Green+Blue) = 223+163+143=529 (70% of max value = 765). Red value is 223 (87.5% from 255 or 42.16% from 529); Green value is 163 (64.06% from 255 or 30.81% from 529); Blue value is 143 (56.25% from 255 or 27.03% from 529); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA38F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFA38F is #205C70. Grayscale: #B2B2B2. Windows color (decimal): -2120817 or 9413599. OLE color: 9413599.

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

Color convert

RGB223163143-
CMYK00.270.360.13
HSL15º55.56%71.76%-
HSV(B)15º35.87%87.45%-
XYZ48.4943.8731.9-
YUV178.66107.88159.63-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 42.16%
GREEN value IS 163 (64.06% from 255) = 30.81%
BLUE value IS 143 (56.25% from 255) = 27.03%
R=42.16%
G=30.81%
B=27.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.36
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22316314300.270.360.131555.5671.76
HexDFA38F01B24Df3848
Octal33724321703344151770110
Binary110111111010001110001111011011100100110111111110001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFA38F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFA38F; }

 p { color: rgb(223,163,143); }

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

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

 a { background-color: rgb(223,163,143); }

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

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

 span { border-color: rgb(223,163,143); }

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