Html Css Color HEX #DB8376 New York Pink

📋 copy color: '#DB8376'

red 219 ◦ green 131 ◦ blue 118

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

Shades of New York Pink #DB8376

Tints of New York Pink #DB8376

RGB

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

 GREEN value IS 131 (51.56% from 255) = 27.99%

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

R = 46.79%
G = 27.99%
B = 25.21%

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

#DB8376 (or 0xDB8376) is known color: New York Pink. HEX triplet: DB, 83 and 76. RGB value is (219,131,118). Sum of RGB (Red+Green+Blue) = 219+131+118=468 (61% of max value = 765). Red value is 219 (85.94% from 255 or 46.79% from 468); Green value is 131 (51.56% from 255 or 27.99% from 468); Blue value is 118 (46.48% from 255 or 25.21% from 468); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8376 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB8376 is #247C89. Grayscale: #9B9B9B. Windows color (decimal): -2391178 or 7767003. OLE color: 7767003.

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

Color convert

RGB 219 131 118 -
CMYK 0 0.40 0.46 0.14
HSL 7.72º 0.58% 0.66% -
HSV(B) 7.72º 0.46% 0.86% -
XYZ 40.6 32.6 21.29 -
YUV 155.83 106.65 173.06 -
System Red Green Blue C M Y K H S L
Decimal 219 131 118 0 0.40 0.46 0.14 7.72 0.58 0.66
Hex DB 83 76 0 28 2E E 8 3A 42
Octal 333 203 166 0 50 56 16 10 72 102
Binary 11011011 10000011 1110110 0 101000 101110 1110 1000 111010 1000010

Color Harmonies of #DB8376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8376

Black with #DB8376

Text Example


Text Example

White with #DB8376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8376; }

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

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

background-color css

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

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

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

border-color css

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

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

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