#DFA28D

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

Shades of Tonys Pink #DFA28D

Tints of Tonys Pink #DFA28D

Color information

#DFA28D (or 0xDFA28D) is unknown color: approx Tonys Pink. HEX triplet: DF, A2 and 8D. RGB value is (223,162,141). Sum of RGB (Red+Green+Blue) = 223+162+141=526 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.40% from 526); Green value is 162 (63.67% from 255 or 30.80% from 526); Blue value is 141 (55.47% from 255 or 26.81% from 526); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA28D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFA28D is #205D72. Grayscale: #B1B1B1. Windows color (decimal): -2121075 or 9282271. OLE color: 9282271.

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

Color convert

RGB223162141-
CMYK00.270.370.13
HSL15.37º56.16%71.37%-
HSV(B)15.37º36.77%87.45%-
XYZ48.1643.4531.05-
YUV177.84107.21160.21-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 42.40%
GREEN value IS 162 (63.67% from 255) = 30.80%
BLUE value IS 141 (55.47% from 255) = 26.81%
R=42.40%
G=30.80%
B=26.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.37
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22316214100.270.370.1315.3756.1671.37
HexDFA28D01B25Df3847
Octal33724221503345151770107
Binary110111111010001010001101011011100101110111111110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFA28D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFA28D; }

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

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

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

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

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

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

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

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