Html Css Color HEX #DB8476 New York Pink

📋 copy color: '#DB8476'

red 219 ◦ green 132 ◦ blue 118

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

Shades of New York Pink #DB8476

Tints of New York Pink #DB8476

RGB

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

 GREEN value IS 132 (51.95% from 255) = 28.14%

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

R = 46.7%
G = 28.14%
B = 25.16%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.46

 K value IS 0.14

RGB Variations

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

Color information

#DB8476 (or 0xDB8476) is known color: New York Pink. HEX triplet: DB, 84 and 76. RGB value is (219,132,118). Sum of RGB (Red+Green+Blue) = 219+132+118=469 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.70% from 469); Green value is 132 (51.95% from 255 or 28.14% from 469); Blue value is 118 (46.48% from 255 or 25.16% from 469); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8476 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB8476 is #247B89. Grayscale: #9C9C9C. Windows color (decimal): -2390922 or 7767259. OLE color: 7767259.

HSL color Cylindrical-coordinate representation of color #DB8476: hue angle of 8.32º 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 #DB8476 is Cyan = 0, Magento = 0.40, Yellow = 0.46 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 132 118 -
CMYK 0 0.40 0.46 0.14
HSL 8.32º 0.58% 0.66% -
HSV(B) 8.32º 0.46% 0.86% -
XYZ 40.73 32.87 21.34 -
YUV 156.42 106.32 172.64 -
System Red Green Blue C M Y K H S L
Decimal 219 132 118 0 0.40 0.46 0.14 8.32 0.58 0.66
Hex DB 84 76 0 28 2E E 8 3A 42
Octal 333 204 166 0 50 56 16 10 72 102
Binary 11011011 10000100 1110110 0 101000 101110 1110 1000 111010 1000010

Color Harmonies of #DB8476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8476

Black with #DB8476

Text Example


Text Example

White with #DB8476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8476; }

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

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

background-color css

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

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

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

border-color css

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

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

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