#DB9986

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

Shades of Tonys Pink #DB9986

Tints of Tonys Pink #DB9986

Color information

#DB9986 (or 0xDB9986) is unknown color: approx Tonys Pink. HEX triplet: DB, 99 and 86. RGB value is (219,153,134). Sum of RGB (Red+Green+Blue) = 219+153+134=506 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.28% from 506); Green value is 153 (60.16% from 255 or 30.24% from 506); Blue value is 134 (52.73% from 255 or 26.48% from 506); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9986 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB9986 is #246679. Grayscale: #AAAAAA. Windows color (decimal): -2385530 or 8821211. OLE color: 8821211.

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

Color convert

RGB219153134-
CMYK00.300.390.14
HSL13.41º54.14%69.22%-
HSV(B)13.41º38.81%85.88%-
XYZ44.9139.5627.82-
YUV170.57107.37162.54-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 43.28%
GREEN value IS 153 (60.16% from 255) = 30.24%
BLUE value IS 134 (52.73% from 255) = 26.48%
R=43.28%
G=30.24%
B=26.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.39
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21915313400.300.390.1413.4154.1469.22
HexDB998601E27Ed3645
Octal33323120603647161566105
Binary110110111001100110000110011110100111111011011101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB9986

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB9986; }

 p { color: rgb(219,153,134); }

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

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

 a { background-color: rgb(219,153,134); }

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

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

 span { border-color: rgb(219,153,134); }

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