Html Css Color HEX #DB8576 New York Pink

📋 copy color: '#DB8576'

red 219 ◦ green 133 ◦ blue 118

#DB8576
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of New York Pink #DB8576

Tints of New York Pink #DB8576

RGB

 RED value IS 219 (85.94% from 255) = 46.6%

 GREEN value IS 133 (52.34% from 255) = 28.3%

 BLUE value IS 118 (46.48% from 255) = 25.11%

R = 46.6%
G = 28.3%
B = 25.11%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.46

 K value IS 0.14

RGB Variations

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

Color information

#DB8576 (or 0xDB8576) is known color: New York Pink. HEX triplet: DB, 85 and 76. RGB value is (219,133,118). Sum of RGB (Red+Green+Blue) = 219+133+118=470 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.60% from 470); Green value is 133 (52.34% from 255 or 28.30% from 470); Blue value is 118 (46.48% from 255 or 25.11% from 470); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8576 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB8576 is #247A89. Grayscale: #9D9D9D. Windows color (decimal): -2390666 or 7767515. OLE color: 7767515.

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

Color convert

RGB 219 133 118 -
CMYK 0 0.39 0.46 0.14
HSL 8.91º 0.58% 0.66% -
HSV(B) 8.91º 0.46% 0.86% -
XYZ 40.87 33.14 21.38 -
YUV 157 105.99 172.22 -
System Red Green Blue C M Y K H S L
Decimal 219 133 118 0 0.39 0.46 0.14 8.91 0.58 0.66
Hex DB 85 76 0 27 2E E 9 3A 42
Octal 333 205 166 0 47 56 16 11 72 102
Binary 11011011 10000101 1110110 0 100111 101110 1110 1001 111010 1000010

Color Harmonies of #DB8576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8576

Black with #DB8576

Text Example


Text Example

White with #DB8576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8576; }

 p { color: rgb(219,133,118); }

 H1.HeaderClassName
 {
   color: #DB8576;
 }
 .AnyTagClassName
 {
   color: #DB8576;
 }
</style>

background-color css

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

 a { background-color: rgb(219,133,118); }

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

border-color css

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

 span { border-color: rgb(219,133,118); }

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