#DD9684

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

Shades of Tonys Pink #DD9684

Tints of Tonys Pink #DD9684

Color information

#DD9684 (or 0xDD9684) is unknown color: approx Tonys Pink. HEX triplet: DD, 96 and 84. RGB value is (221,150,132). Sum of RGB (Red+Green+Blue) = 221+150+132=503 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.94% from 503); Green value is 150 (58.98% from 255 or 29.82% from 503); Blue value is 132 (51.95% from 255 or 26.24% from 503); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9684 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD9684 is #22697B. Grayscale: #A9A9A9. Windows color (decimal): -2255228 or 8689373. OLE color: 8689373.

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

Color convert

RGB221150132-
CMYK00.320.400.13
HSL12.13º56.69%69.22%-
HSV(B)12.13º40.27%86.67%-
XYZ44.8938.8526.96-
YUV169.18107.02164.96-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 43.94%
GREEN value IS 150 (58.98% from 255) = 29.82%
BLUE value IS 132 (51.95% from 255) = 26.24%
R=43.94%
G=29.82%
B=26.24%

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
Decimal22115013200.320.400.1312.1356.6969.22
HexDD968402028Dc3945
Octal33522620404050151471105
Binary1101110110010110100001000100000101000110111001110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD9684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD9684; }

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

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

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

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

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

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

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

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