Html Css Color HEX #DB8477 New York Pink

📋 copy color: '#DB8477'

red 219 ◦ green 132 ◦ blue 119

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

Shades of New York Pink #DB8477

Tints of New York Pink #DB8477

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 25.32%

R = 46.6%
G = 28.09%
B = 25.32%

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

#DB8477 (or 0xDB8477) is known color: New York Pink. HEX triplet: DB, 84 and 77. RGB value is (219,132,119). Sum of RGB (Red+Green+Blue) = 219+132+119=470 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.60% from 470); Green value is 132 (51.95% from 255 or 28.09% from 470); Blue value is 119 (46.88% from 255 or 25.32% from 470); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8477 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB8477 is #247B88. Grayscale: #9C9C9C. Windows color (decimal): -2390921 or 7832795. OLE color: 7832795.

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

Color convert

RGB 219 132 119 -
CMYK 0 0.40 0.46 0.14
HSL 7.8º 0.58% 0.66% -
HSV(B) 7.8º 0.46% 0.86% -
XYZ 40.79 32.89 21.65 -
YUV 156.53 106.82 172.56 -
System Red Green Blue C M Y K H S L
Decimal 219 132 119 0 0.40 0.46 0.14 7.8 0.58 0.66
Hex DB 84 77 0 28 2E E 8 3A 42
Octal 333 204 167 0 50 56 16 10 72 102
Binary 11011011 10000100 1110111 0 101000 101110 1110 1000 111010 1000010

Color Harmonies of #DB8477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8477

Black with #DB8477

Text Example


Text Example

White with #DB8477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8477; }

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

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

background-color css

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

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

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

border-color css

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

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

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