#DB9A86

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

Shades of Tonys Pink #DB9A86

Tints of Tonys Pink #DB9A86

Color information

#DB9A86 (or 0xDB9A86) is unknown color: approx Tonys Pink. HEX triplet: DB, 9A and 86. RGB value is (219,154,134). Sum of RGB (Red+Green+Blue) = 219+154+134=507 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.20% from 507); Green value is 154 (60.55% from 255 or 30.37% from 507); Blue value is 134 (52.73% from 255 or 26.43% from 507); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9A86 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB9A86 is #246579. Grayscale: #ABABAB. Windows color (decimal): -2385274 or 8821467. OLE color: 8821467.

HSL color Cylindrical-coordinate representation of color #DB9A86: hue angle of 14.12º 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 #DB9A86 is Cyan = 0, Magento = 0.30, Yellow = 0.39 and Black (K on CMYK) = 0.14.

Color convert

RGB219154134-
CMYK00.300.390.14
HSL14.12º54.14%69.22%-
HSV(B)14.12º38.81%85.88%-
XYZ45.0739.8927.88-
YUV171.16107.03162.13-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 43.20%
GREEN value IS 154 (60.55% from 255) = 30.37%
BLUE value IS 134 (52.73% from 255) = 26.43%
R=43.20%
G=30.37%
B=26.43%

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
Decimal21915413400.300.390.1414.1254.1469.22
HexDB9A8601E27Ee3645
Octal33323220603647161666105
Binary110110111001101010000110011110100111111011101101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB9A86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB9A86; }

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

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

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

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

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

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

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

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