#DBA08A

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

Shades of Tonys Pink #DBA08A

Tints of Tonys Pink #DBA08A

Color information

#DBA08A (or 0xDBA08A) is unknown color: approx Tonys Pink. HEX triplet: DB, A0 and 8A. RGB value is (219,160,138). Sum of RGB (Red+Green+Blue) = 219+160+138=517 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.36% from 517); Green value is 160 (62.89% from 255 or 30.95% from 517); Blue value is 138 (54.30% from 255 or 26.69% from 517); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA08A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBA08A is #245F75. Grayscale: #AFAFAF. Windows color (decimal): -2383734 or 9085147. OLE color: 9085147.

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

Color convert

RGB219160138-
CMYK00.270.370.14
HSL16.3º52.94%70%-
HSV(B)16.3º36.99%85.88%-
XYZ46.3742.0429.71-
YUV175.13107.05159.29-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 42.36%
GREEN value IS 160 (62.89% from 255) = 30.95%
BLUE value IS 138 (54.30% from 255) = 26.69%
R=42.36%
G=30.95%
B=26.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.37
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21916013800.270.370.1416.352.9470
HexDBA08A01B25E103546
Octal33324021203345162065106
Binary1101101110100000100010100110111001011110100001101011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBA08A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBA08A; }

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

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

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

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

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

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

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

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