#DFA28E

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

Shades of Tonys Pink #DFA28E

Tints of Tonys Pink #DFA28E

Color information

#DFA28E (or 0xDFA28E) is unknown color: approx Tonys Pink. HEX triplet: DF, A2 and 8E. RGB value is (223,162,142). Sum of RGB (Red+Green+Blue) = 223+162+142=527 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.31% from 527); Green value is 162 (63.67% from 255 or 30.74% from 527); Blue value is 142 (55.86% from 255 or 26.94% from 527); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA28E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFA28E is #205D71. Grayscale: #B2B2B2. Windows color (decimal): -2121074 or 9347807. OLE color: 9347807.

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

Color convert

RGB223162142-
CMYK00.270.360.13
HSL14.81º55.86%71.57%-
HSV(B)14.81º36.32%87.45%-
XYZ48.2343.4831.44-
YUV177.96107.71160.13-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 42.31%
GREEN value IS 162 (63.67% from 255) = 30.74%
BLUE value IS 142 (55.86% from 255) = 26.94%
R=42.31%
G=30.74%
B=26.94%

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
Decimal22316214200.270.360.1314.8155.8671.57
HexDFA28E01B24Df3848
Octal33724221603344151770110
Binary110111111010001010001110011011100100110111111110001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFA28E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFA28E; }

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

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

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

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

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

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

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

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