#DEA28D

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

Shades of Tonys Pink #DEA28D

Tints of Tonys Pink #DEA28D

Color information

#DEA28D (or 0xDEA28D) is unknown color: approx Tonys Pink. HEX triplet: DE, A2 and 8D. RGB value is (222,162,141). Sum of RGB (Red+Green+Blue) = 222+162+141=525 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.29% from 525); Green value is 162 (63.67% from 255 or 30.86% from 525); Blue value is 141 (55.47% from 255 or 26.86% from 525); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA28D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DEA28D is #215D72. Grayscale: #B1B1B1. Windows color (decimal): -2186611 or 9282270. OLE color: 9282270.

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

Color convert

RGB222162141-
CMYK00.270.360.13
HSL15.56º55.1%71.18%-
HSV(B)15.56º36.49%87.06%-
XYZ47.8543.2931.03-
YUV177.55107.38159.71-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 42.29%
GREEN value IS 162 (63.67% from 255) = 30.86%
BLUE value IS 141 (55.47% from 255) = 26.86%
R=42.29%
G=30.86%
B=26.86%

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
Decimal22216214100.270.360.1315.5655.171.18
HexDEA28D01B24D103747
Octal33624221503344152067107
Binary1101111010100010100011010110111001001101100001101111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEA28D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEA28D; }

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

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

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

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

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

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

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

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