#DD9F85

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

Shades of Tonys Pink #DD9F85

Tints of Tonys Pink #DD9F85

Color information

#DD9F85 (or 0xDD9F85) is unknown color: approx Tonys Pink. HEX triplet: DD, 9F and 85. RGB value is (221,159,133). Sum of RGB (Red+Green+Blue) = 221+159+133=513 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.08% from 513); Green value is 159 (62.5% from 255 or 30.99% from 513); Blue value is 133 (52.34% from 255 or 25.93% from 513); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9F85 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD9F85 is #22607A. Grayscale: #AEAEAE. Windows color (decimal): -2252923 or 8757213. OLE color: 8757213.

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

Color convert

RGB221159133-
CMYK00.280.400.13
HSL17.73º56.41%69.41%-
HSV(B)17.73º39.82%86.67%-
XYZ46.4541.8627.82-
YUV174.57104.54161.11-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 43.08%
GREEN value IS 159 (62.5% from 255) = 30.99%
BLUE value IS 133 (52.34% from 255) = 25.93%
R=43.08%
G=30.99%
B=25.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.40
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22115913300.280.400.1317.7356.4169.41
HexDD9F8501C28D123845
Octal33523720503450152270105
Binary1101110110011111100001010111001010001101100101110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD9F85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD9F85; }

 p { color: rgb(221,159,133); }

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

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

 a { background-color: rgb(221,159,133); }

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

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

 span { border-color: rgb(221,159,133); }

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