#DEA68E

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

Shades of Tonys Pink #DEA68E

Tints of Tonys Pink #DEA68E

Color information

#DEA68E (or 0xDEA68E) is unknown color: approx Tonys Pink. HEX triplet: DE, A6 and 8E. RGB value is (222,166,142). Sum of RGB (Red+Green+Blue) = 222+166+142=530 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.89% from 530); Green value is 166 (65.23% from 255 or 31.32% from 530); Blue value is 142 (55.86% from 255 or 26.79% from 530); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA68E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DEA68E is #215971. Grayscale: #B4B4B4. Windows color (decimal): -2185586 or 9348830. OLE color: 9348830.

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

Color convert

RGB222166142-
CMYK00.250.360.13
HSL18º54.79%71.37%-
HSV(B)18º36.04%87.06%-
XYZ48.6444.7631.67-
YUV180.01106.55157.95-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 41.89%
GREEN value IS 166 (65.23% from 255) = 31.32%
BLUE value IS 142 (55.86% from 255) = 26.79%
R=41.89%
G=31.32%
B=26.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.36
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22216614200.250.360.131854.7971.37
HexDEA68E01924D123747
Octal33624621603144152267107
Binary1101111010100110100011100110011001001101100101101111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEA68E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEA68E; }

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

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

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

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

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

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

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

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