#DB8A71

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

Shades of New York Pink #DB8A71

Tints of New York Pink #DB8A71

Color information

#DB8A71 (or 0xDB8A71) is unknown color: approx New York Pink. HEX triplet: DB, 8A and 71. RGB value is (219,138,113). Sum of RGB (Red+Green+Blue) = 219+138+113=470 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.60% from 470); Green value is 138 (54.30% from 255 or 29.36% from 470); Blue value is 113 (44.53% from 255 or 24.04% from 470); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8A71 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB8A71 is #24758E. Grayscale: #9F9F9F. Windows color (decimal): -2389391 or 7441115. OLE color: 7441115.

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

Color convert

RGB219138113-
CMYK00.370.480.14
HSL14.15º59.55%65.1%-
HSV(B)14.15º48.4%85.88%-
XYZ41.2834.4320.09-
YUV159.37101.84170.53-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 46.60%
GREEN value IS 138 (54.30% from 255) = 29.36%
BLUE value IS 113 (44.53% from 255) = 24.04%
R=46.60%
G=29.36%
B=24.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.48
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21913811300.370.480.1414.1559.5565.1
HexDB8A7102530Ee3c41
Octal33321216104560161674101
Binary110110111000101011100010100101110000111011101111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB8A71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB8A71; }

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

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

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

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

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

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

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

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