#DB8A75

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

Shades of New York Pink #DB8A75

Tints of New York Pink #DB8A75

Color information

#DB8A75 (or 0xDB8A75) is unknown color: approx New York Pink. HEX triplet: DB, 8A and 75. RGB value is (219,138,117). Sum of RGB (Red+Green+Blue) = 219+138+117=474 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.20% from 474); Green value is 138 (54.30% from 255 or 29.11% from 474); Blue value is 117 (46.09% from 255 or 24.68% from 474); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8A75 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB8A75 is #24758A. Grayscale: #9F9F9F. Windows color (decimal): -2389387 or 7703259. OLE color: 7703259.

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

Color convert

RGB219138117-
CMYK00.370.470.14
HSL12.35º58.62%65.88%-
HSV(B)12.35º46.58%85.88%-
XYZ41.5134.5221.3-
YUV159.82103.84170.21-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 46.20%
GREEN value IS 138 (54.30% from 255) = 29.11%
BLUE value IS 117 (46.09% from 255) = 24.68%
R=46.20%
G=29.11%
B=24.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.47
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21913811700.370.470.1412.3558.6265.88
HexDB8A750252FEc3b42
Octal33321216504557161473102
Binary110110111000101011101010100101101111111011001110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB8A75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB8A75; }

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

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

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

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

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

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

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

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