#DBA088

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

Shades of Tonys Pink #DBA088

Tints of Tonys Pink #DBA088

Color information

#DBA088 (or 0xDBA088) is unknown color: approx Tonys Pink. HEX triplet: DB, A0 and 88. RGB value is (219,160,136). Sum of RGB (Red+Green+Blue) = 219+160+136=515 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.52% from 515); Green value is 160 (62.89% from 255 or 31.07% from 515); Blue value is 136 (53.52% from 255 or 26.41% from 515); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA088 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBA088 is #245F77. Grayscale: #AFAFAF. Windows color (decimal): -2383736 or 8954075. OLE color: 8954075.

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

Color convert

RGB219160136-
CMYK00.270.380.14
HSL17.35º53.55%69.61%-
HSV(B)17.35º37.9%85.88%-
XYZ46.2341.9828.96-
YUV174.9106.05159.45-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 42.52%
GREEN value IS 160 (62.89% from 255) = 31.07%
BLUE value IS 136 (53.52% from 255) = 26.41%
R=42.52%
G=31.07%
B=26.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.38
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21916013600.270.380.1417.3553.5569.61
HexDBA08801B26E113646
Octal33324021003346162166106
Binary1101101110100000100010000110111001101110100011101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBA088

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBA088; }

 p { color: rgb(219,160,136); }

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

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

 a { background-color: rgb(219,160,136); }

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

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

 span { border-color: rgb(219,160,136); }

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