#DBA28B

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

Shades of Tonys Pink #DBA28B

Tints of Tonys Pink #DBA28B

Color information

#DBA28B (or 0xDBA28B) is unknown color: approx Tonys Pink. HEX triplet: DB, A2 and 8B. RGB value is (219,162,139). Sum of RGB (Red+Green+Blue) = 219+162+139=520 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.12% from 520); Green value is 162 (63.67% from 255 or 31.15% from 520); Blue value is 139 (54.69% from 255 or 26.73% from 520); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA28B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBA28B is #245D74. Grayscale: #B0B0B0. Windows color (decimal): -2383221 or 9151195. OLE color: 9151195.

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

Color convert

RGB219162139-
CMYK00.260.370.14
HSL17.25º52.63%70.2%-
HSV(B)17.25º36.53%85.88%-
XYZ46.7942.7630.21-
YUV176.42106.88158.37-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 42.12%
GREEN value IS 162 (63.67% from 255) = 31.15%
BLUE value IS 139 (54.69% from 255) = 26.73%
R=42.12%
G=31.15%
B=26.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.37
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21916213900.260.370.1417.2552.6370.2
HexDBA28B01A25E113546
Octal33324221303245162165106
Binary1101101110100010100010110110101001011110100011101011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBA28B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBA28B; }

 p { color: rgb(219,162,139); }

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

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

 a { background-color: rgb(219,162,139); }

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

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

 span { border-color: rgb(219,162,139); }

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