#DB9C87

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

Shades of Tonys Pink #DB9C87

Tints of Tonys Pink #DB9C87

Color information

#DB9C87 (or 0xDB9C87) is unknown color: approx Tonys Pink. HEX triplet: DB, 9C and 87. RGB value is (219,156,135). Sum of RGB (Red+Green+Blue) = 219+156+135=510 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.94% from 510); Green value is 156 (61.33% from 255 or 30.59% from 510); Blue value is 135 (53.12% from 255 or 26.47% from 510); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9C87 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB9C87 is #246378. Grayscale: #ACACAC. Windows color (decimal): -2384761 or 8887515. OLE color: 8887515.

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

Color convert

RGB219156135-
CMYK00.290.380.14
HSL15º53.85%69.41%-
HSV(B)15º38.36%85.88%-
XYZ45.4840.5928.36-
YUV172.44106.87161.21-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 42.94%
GREEN value IS 156 (61.33% from 255) = 30.59%
BLUE value IS 135 (53.12% from 255) = 26.47%
R=42.94%
G=30.59%
B=26.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.38
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21915613500.290.380.141553.8569.41
HexDB9C8701D26Ef3645
Octal33323420703546161766105
Binary110110111001110010000111011101100110111011111101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB9C87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB9C87; }

 p { color: rgb(219,156,135); }

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

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

 a { background-color: rgb(219,156,135); }

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

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

 span { border-color: rgb(219,156,135); }

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