#DE9685

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

Shades of Tonys Pink #DE9685

Tints of Tonys Pink #DE9685

Color information

#DE9685 (or 0xDE9685) is unknown color: approx Tonys Pink. HEX triplet: DE, 96 and 85. RGB value is (222,150,133). Sum of RGB (Red+Green+Blue) = 222+150+133=505 (66% of max value = 765). Red value is 222 (87.11% from 255 or 43.96% from 505); Green value is 150 (58.98% from 255 or 29.70% from 505); Blue value is 133 (52.34% from 255 or 26.34% from 505); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9685 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE9685 is #21697A. Grayscale: #A9A9A9. Windows color (decimal): -2189691 or 8754910. OLE color: 8754910.

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

Color convert

RGB222150133-
CMYK00.320.400.13
HSL11.46º57.42%69.61%-
HSV(B)11.46º40.09%87.06%-
XYZ45.2639.0427.34-
YUV169.59107.35165.38-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 43.96%
GREEN value IS 150 (58.98% from 255) = 29.70%
BLUE value IS 133 (52.34% from 255) = 26.34%
R=43.96%
G=29.70%
B=26.34%

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
Decimal22215013300.320.400.1311.4657.4269.61
HexDE968502028Db3946
Octal33622620504050151371106
Binary1101111010010110100001010100000101000110110111110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE9685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE9685; }

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

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

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

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

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

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

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

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