#DFA28A

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

Shades of Tonys Pink #DFA28A

Tints of Tonys Pink #DFA28A

Color information

#DFA28A (or 0xDFA28A) is unknown color: approx Tonys Pink. HEX triplet: DF, A2 and 8A. RGB value is (223,162,138). Sum of RGB (Red+Green+Blue) = 223+162+138=523 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.64% from 523); Green value is 162 (63.67% from 255 or 30.98% from 523); Blue value is 138 (54.30% from 255 or 26.39% from 523); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA28A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFA28A is #205D75. Grayscale: #B1B1B1. Windows color (decimal): -2121078 or 9085663. OLE color: 9085663.

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

Color convert

RGB223162138-
CMYK00.270.380.13
HSL16.94º57.05%70.78%-
HSV(B)16.94º38.12%87.45%-
XYZ47.9443.3629.89-
YUV177.5105.71160.45-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 42.64%
GREEN value IS 162 (63.67% from 255) = 30.98%
BLUE value IS 138 (54.30% from 255) = 26.39%
R=42.64%
G=30.98%
B=26.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.38
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22316213800.270.380.1316.9457.0570.78
HexDFA28A01B26D113947
Octal33724221203346152171107
Binary1101111110100010100010100110111001101101100011110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFA28A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFA28A; }

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

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

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

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

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

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

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

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