#DEA58E

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

Shades of Tonys Pink #DEA58E

Tints of Tonys Pink #DEA58E

Color information

#DEA58E (or 0xDEA58E) is unknown color: approx Tonys Pink. HEX triplet: DE, A5 and 8E. RGB value is (222,165,142). Sum of RGB (Red+Green+Blue) = 222+165+142=529 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.97% from 529); Green value is 165 (64.84% from 255 or 31.19% from 529); Blue value is 142 (55.86% from 255 or 26.84% from 529); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA58E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DEA58E is #215A71. Grayscale: #B3B3B3. Windows color (decimal): -2185842 or 9348574. OLE color: 9348574.

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

Color convert

RGB222165142-
CMYK00.260.360.13
HSL17.25º54.79%71.37%-
HSV(B)17.25º36.04%87.06%-
XYZ48.4644.3931.61-
YUV179.42106.88158.37-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 41.97%
GREEN value IS 165 (64.84% from 255) = 31.19%
BLUE value IS 142 (55.86% from 255) = 26.84%
R=41.97%
G=31.19%
B=26.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.36
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22216514200.260.360.1317.2554.7971.37
HexDEA58E01A24D113747
Octal33624521603244152167107
Binary1101111010100101100011100110101001001101100011101111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEA58E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEA58E; }

 p { color: rgb(222,165,142); }

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

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

 a { background-color: rgb(222,165,142); }

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

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

 span { border-color: rgb(222,165,142); }

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