#DEA58D

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

Shades of Tonys Pink #DEA58D

Tints of Tonys Pink #DEA58D

Color information

#DEA58D (or 0xDEA58D) is unknown color: approx Tonys Pink. HEX triplet: DE, A5 and 8D. RGB value is (222,165,141). Sum of RGB (Red+Green+Blue) = 222+165+141=528 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.05% from 528); Green value is 165 (64.84% from 255 or 31.25% from 528); Blue value is 141 (55.47% from 255 or 26.70% from 528); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA58D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DEA58D is #215A72. Grayscale: #B3B3B3. Windows color (decimal): -2185843 or 9283038. OLE color: 9283038.

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

Color convert

RGB222165141-
CMYK00.260.360.13
HSL17.78º55.1%71.18%-
HSV(B)17.78º36.49%87.06%-
XYZ48.3944.3631.21-
YUV179.31106.38158.45-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 42.05%
GREEN value IS 165 (64.84% from 255) = 31.25%
BLUE value IS 141 (55.47% from 255) = 26.70%
R=42.05%
G=31.25%
B=26.70%

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
Decimal22216514100.260.360.1317.7855.171.18
HexDEA58D01A24D123747
Octal33624521503244152267107
Binary1101111010100101100011010110101001001101100101101111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEA58D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEA58D; }

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

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

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

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

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

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

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

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