Html Css Color HEX #DB8076 New York Pink

📋 copy color: '#DB8076'

red 219 ◦ green 128 ◦ blue 118

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

Shades of New York Pink #DB8076

Tints of New York Pink #DB8076

RGB

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

 GREEN value IS 128 (50.39% from 255) = 27.53%

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

R = 47.1%
G = 27.53%
B = 25.38%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.46

 K value IS 0.14

RGB Variations

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

Color information

#DB8076 (or 0xDB8076) is known color: New York Pink. HEX triplet: DB, 80 and 76. RGB value is (219,128,118). Sum of RGB (Red+Green+Blue) = 219+128+118=465 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.10% from 465); Green value is 128 (50.39% from 255 or 27.53% from 465); Blue value is 118 (46.48% from 255 or 25.38% from 465); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8076 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB8076 is #247F89. Grayscale: #9A9A9A. Windows color (decimal): -2391946 or 7766235. OLE color: 7766235.

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

Color convert

RGB 219 128 118 -
CMYK 0 0.42 0.46 0.14
HSL 5.94º 0.58% 0.66% -
HSV(B) 5.94º 0.46% 0.86% -
XYZ 40.2 31.81 21.16 -
YUV 154.07 107.65 174.31 -
System Red Green Blue C M Y K H S L
Decimal 219 128 118 0 0.42 0.46 0.14 5.94 0.58 0.66
Hex DB 80 76 0 2A 2E E 6 3A 42
Octal 333 200 166 0 52 56 16 6 72 102
Binary 11011011 10000000 1110110 0 101010 101110 1110 110 111010 1000010

Color Harmonies of #DB8076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8076

Black with #DB8076

Text Example


Text Example

White with #DB8076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8076; }

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

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

background-color css

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

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

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

border-color css

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

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

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