#DE9686

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

Shades of Tonys Pink #DE9686

Tints of Tonys Pink #DE9686

Color information

#DE9686 (or 0xDE9686) is unknown color: approx Tonys Pink. HEX triplet: DE, 96 and 86. RGB value is (222,150,134). Sum of RGB (Red+Green+Blue) = 222+150+134=506 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.87% from 506); Green value is 150 (58.98% from 255 or 29.64% from 506); Blue value is 134 (52.73% from 255 or 26.48% from 506); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9686 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE9686 is #216979. Grayscale: #A9A9A9. Windows color (decimal): -2189690 or 8820446. OLE color: 8820446.

HSL color Cylindrical-coordinate representation of color #DE9686: hue angle of 10.91º degrees, saturation: 0.57, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DE9686 is Cyan = 0, Magento = 0.32, Yellow = 0.40 and Black (K on CMYK) = 0.13.

Color convert

RGB222150134-
CMYK00.320.400.13
HSL10.91º57.14%69.8%-
HSV(B)10.91º39.64%87.06%-
XYZ45.3339.0627.7-
YUV169.7107.85165.3-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 43.87%
GREEN value IS 150 (58.98% from 255) = 29.64%
BLUE value IS 134 (52.73% from 255) = 26.48%
R=43.87%
G=29.64%
B=26.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.40
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22215013400.320.400.1310.9157.1469.8
HexDE968602028Db3946
Octal33622620604050151371106
Binary1101111010010110100001100100000101000110110111110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE9686

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE9686; }

 p { color: rgb(222,150,134); }

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

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

 a { background-color: rgb(222,150,134); }

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

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

 span { border-color: rgb(222,150,134); }

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