#D99B87

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

Shades of Tonys Pink #D99B87

Tints of Tonys Pink #D99B87

Color information

#D99B87 (or 0xD99B87) is unknown color: approx Tonys Pink. HEX triplet: D9, 9B and 87. RGB value is (217,155,135). Sum of RGB (Red+Green+Blue) = 217+155+135=507 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.80% from 507); Green value is 155 (60.94% from 255 or 30.57% from 507); Blue value is 135 (53.12% from 255 or 26.63% from 507); Max value from RGB is 217 - color contains mainly: red. Hex color #D99B87 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D99B87 is #266478. Grayscale: #ABABAB. Windows color (decimal): -2516089 or 8887257. OLE color: 8887257.

HSL color Cylindrical-coordinate representation of color #D99B87: hue angle of 14.63º degrees, saturation: 0.52, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D99B87 is Cyan = 0, Magento = 0.29, Yellow = 0.38 and Black (K on CMYK) = 0.15.

Color convert

RGB217155135-
CMYK00.290.380.15
HSL14.63º51.9%69.02%-
HSV(B)14.63º37.79%85.1%-
XYZ44.7139.9428.28-
YUV171.26107.54160.63-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 42.80%
GREEN value IS 155 (60.94% from 255) = 30.57%
BLUE value IS 135 (53.12% from 255) = 26.63%
R=42.80%
G=30.57%
B=26.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.38
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21715513500.290.380.1514.6351.969.02
HexD99B8701D26Ff3445
Octal33123320703546171764105
Binary110110011001101110000111011101100110111111111101001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D99B87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D99B87; }

 p { color: rgb(217,155,135); }

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

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

 a { background-color: rgb(217,155,135); }

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

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

 span { border-color: rgb(217,155,135); }

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