#DFA288

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

Shades of Tonys Pink #DFA288

Tints of Tonys Pink #DFA288

Color information

#DFA288 (or 0xDFA288) is unknown color: approx Tonys Pink. HEX triplet: DF, A2 and 88. RGB value is (223,162,136). Sum of RGB (Red+Green+Blue) = 223+162+136=521 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.80% from 521); Green value is 162 (63.67% from 255 or 31.09% from 521); Blue value is 136 (53.52% from 255 or 26.10% from 521); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA288 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFA288 is #205D77. Grayscale: #B1B1B1. Windows color (decimal): -2121080 or 8954591. OLE color: 8954591.

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

Color convert

RGB223162136-
CMYK00.270.390.13
HSL17.93º57.62%70.39%-
HSV(B)17.93º39.01%87.45%-
XYZ47.843.3129.13-
YUV177.27104.71160.61-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 42.80%
GREEN value IS 162 (63.67% from 255) = 31.09%
BLUE value IS 136 (53.52% from 255) = 26.10%
R=42.80%
G=31.09%
B=26.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.39
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22316213600.270.390.1317.9357.6270.39
HexDFA28801B27D123a46
Octal33724221003347152272106
Binary1101111110100010100010000110111001111101100101110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFA288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFA288; }

 p { color: rgb(223,162,136); }

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

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

 a { background-color: rgb(223,162,136); }

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

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

 span { border-color: rgb(223,162,136); }

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