#DE9684

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

Shades of Tonys Pink #DE9684

Tints of Tonys Pink #DE9684

Color information

#DE9684 (or 0xDE9684) is unknown color: approx Tonys Pink. HEX triplet: DE, 96 and 84. RGB value is (222,150,132). Sum of RGB (Red+Green+Blue) = 222+150+132=504 (66% of max value = 765). Red value is 222 (87.11% from 255 or 44.05% from 504); Green value is 150 (58.98% from 255 or 29.76% from 504); Blue value is 132 (51.95% from 255 or 26.19% from 504); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9684 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE9684 is #21697B. Grayscale: #A9A9A9. Windows color (decimal): -2189692 or 8689374. OLE color: 8689374.

HSL color Cylindrical-coordinate representation of color #DE9684: hue angle of 12º degrees, saturation: 0.58, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DE9684 is Cyan = 0, Magento = 0.32, Yellow = 0.41 and Black (K on CMYK) = 0.13.

Color convert

RGB222150132-
CMYK00.320.410.13
HSL12º57.69%69.41%-
HSV(B)12º40.54%87.06%-
XYZ45.239.0126.98-
YUV169.48106.85165.46-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 44.05%
GREEN value IS 150 (58.98% from 255) = 29.76%
BLUE value IS 132 (51.95% from 255) = 26.19%
R=44.05%
G=29.76%
B=26.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.41
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22215013200.320.410.131257.6969.41
HexDE968402029Dc3a45
Octal33622620404051151472105
Binary1101111010010110100001000100000101001110111001110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE9684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE9684; }

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

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

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

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

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

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

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

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