#DB8672

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

Shades of New York Pink #DB8672

Tints of New York Pink #DB8672

Color information

#DB8672 (or 0xDB8672) is unknown color: approx New York Pink. HEX triplet: DB, 86 and 72. RGB value is (219,134,114). Sum of RGB (Red+Green+Blue) = 219+134+114=467 (61% of max value = 765). Red value is 219 (85.94% from 255 or 46.90% from 467); Green value is 134 (52.73% from 255 or 28.69% from 467); Blue value is 114 (44.92% from 255 or 24.41% from 467); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8672 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB8672 is #24798D. Grayscale: #9D9D9D. Windows color (decimal): -2390414 or 7505627. OLE color: 7505627.

HSL color Cylindrical-coordinate representation of color #DB8672: hue angle of 11.43º degrees, saturation: 0.59, 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 #DB8672 is Cyan = 0, Magento = 0.39, Yellow = 0.48 and Black (K on CMYK) = 0.14.

Color convert

RGB219134114-
CMYK00.390.480.14
HSL11.43º59.32%65.29%-
HSV(B)11.43º47.95%85.88%-
XYZ40.7833.3320.2-
YUV157.14103.66172.13-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 46.90%
GREEN value IS 134 (52.73% from 255) = 28.69%
BLUE value IS 114 (44.92% from 255) = 24.41%
R=46.90%
G=28.69%
B=24.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.48
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21913411400.390.480.1411.4359.3265.29
HexDB867202730Eb3b41
Octal33320616204760161373101
Binary110110111000011011100100100111110000111010111110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB8672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB8672; }

 p { color: rgb(219,134,114); }

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

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

 a { background-color: rgb(219,134,114); }

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

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

 span { border-color: rgb(219,134,114); }

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