#DFA48B

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

Shades of Tonys Pink #DFA48B

Tints of Tonys Pink #DFA48B

Color information

#DFA48B (or 0xDFA48B) is unknown color: approx Tonys Pink. HEX triplet: DF, A4 and 8B. RGB value is (223,164,139). Sum of RGB (Red+Green+Blue) = 223+164+139=526 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.40% from 526); Green value is 164 (64.45% from 255 or 31.18% from 526); Blue value is 139 (54.69% from 255 or 26.43% from 526); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA48B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFA48B is #205B74. Grayscale: #B2B2B2. Windows color (decimal): -2120565 or 9151711. OLE color: 9151711.

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

Color convert

RGB223164139-
CMYK00.260.380.13
HSL17.86º56.76%70.98%-
HSV(B)17.86º37.67%87.45%-
XYZ48.3744.130.39-
YUV178.79105.55159.53-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 42.40%
GREEN value IS 164 (64.45% from 255) = 31.18%
BLUE value IS 139 (54.69% from 255) = 26.43%
R=42.40%
G=31.18%
B=26.43%

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
Decimal22316413900.260.380.1317.8656.7670.98
HexDFA48B01A26D123947
Octal33724421303246152271107
Binary1101111110100100100010110110101001101101100101110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFA48B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFA48B; }

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

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

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

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

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

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

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

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