#DB8A78

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

Shades of New York Pink #DB8A78

Tints of New York Pink #DB8A78

Color information

#DB8A78 (or 0xDB8A78) is unknown color: approx New York Pink. HEX triplet: DB, 8A and 78. RGB value is (219,138,120). Sum of RGB (Red+Green+Blue) = 219+138+120=477 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.91% from 477); Green value is 138 (54.30% from 255 or 28.93% from 477); Blue value is 120 (47.27% from 255 or 25.16% from 477); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8A78 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB8A78 is #247587. Grayscale: #A0A0A0. Windows color (decimal): -2389384 or 7899867. OLE color: 7899867.

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

Color convert

RGB219138120-
CMYK00.370.450.14
HSL10.91º57.89%66.47%-
HSV(B)10.91º45.21%85.88%-
XYZ41.6934.5922.25-
YUV160.17105.34169.96-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 45.91%
GREEN value IS 138 (54.30% from 255) = 28.93%
BLUE value IS 120 (47.27% from 255) = 25.16%
R=45.91%
G=28.93%
B=25.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.45
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21913812000.370.450.1410.9157.8966.47
HexDB8A780252DEb3a42
Octal33321217004555161372102
Binary110110111000101011110000100101101101111010111110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB8A78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB8A78; }

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

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

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

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

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

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

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

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