#DEA28F

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

Shades of Tonys Pink #DEA28F

Tints of Tonys Pink #DEA28F

Color information

#DEA28F (or 0xDEA28F) is unknown color: approx Tonys Pink. HEX triplet: DE, A2 and 8F. RGB value is (222,162,143). Sum of RGB (Red+Green+Blue) = 222+162+143=527 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.13% from 527); Green value is 162 (63.67% from 255 or 30.74% from 527); Blue value is 143 (56.25% from 255 or 27.13% from 527); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA28F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DEA28F is #215D70. Grayscale: #B1B1B1. Windows color (decimal): -2186609 or 9413342. OLE color: 9413342.

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

Color convert

RGB222162143-
CMYK00.270.360.13
HSL14.43º54.48%71.57%-
HSV(B)14.43º35.59%87.06%-
XYZ4843.3531.82-
YUV177.77108.38159.54-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 42.13%
GREEN value IS 162 (63.67% from 255) = 30.74%
BLUE value IS 143 (56.25% from 255) = 27.13%
R=42.13%
G=30.74%
B=27.13%

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
Decimal22216214300.270.360.1314.4354.4871.57
HexDEA28F01B24De3648
Octal33624221703344151666110
Binary110111101010001010001111011011100100110111101101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEA28F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEA28F; }

 p { color: rgb(222,162,143); }

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

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

 a { background-color: rgb(222,162,143); }

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

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

 span { border-color: rgb(222,162,143); }

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