Html Css Color HEX #DB8377 New York Pink

📋 copy color: '#DB8377'

red 219 ◦ green 131 ◦ blue 119

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

Shades of New York Pink #DB8377

Tints of New York Pink #DB8377

RGB

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

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

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

R = 46.7%
G = 27.93%
B = 25.37%

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

#DB8377 (or 0xDB8377) is known color: New York Pink. HEX triplet: DB, 83 and 77. RGB value is (219,131,119). Sum of RGB (Red+Green+Blue) = 219+131+119=469 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.70% from 469); Green value is 131 (51.56% from 255 or 27.93% from 469); Blue value is 119 (46.88% from 255 or 25.37% from 469); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8377 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB8377 is #247C88. Grayscale: #9C9C9C. Windows color (decimal): -2391177 or 7832539. OLE color: 7832539.

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

Color convert

RGB 219 131 119 -
CMYK 0 0.40 0.46 0.14
HSL 7.2º 0.58% 0.66% -
HSV(B) 7.2º 0.46% 0.86% -
XYZ 40.66 32.62 21.61 -
YUV 155.94 107.15 172.98 -
System Red Green Blue C M Y K H S L
Decimal 219 131 119 0 0.40 0.46 0.14 7.2 0.58 0.66
Hex DB 83 77 0 28 2E E 7 3A 42
Octal 333 203 167 0 50 56 16 7 72 102
Binary 11011011 10000011 1110111 0 101000 101110 1110 111 111010 1000010

Color Harmonies of #DB8377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8377

Black with #DB8377

Text Example


Text Example

White with #DB8377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8377; }

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

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

background-color css

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

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

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

border-color css

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

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

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