Html Css Color HEX #DB8378 New York Pink

📋 copy color: '#DB8378'

red 219 ◦ green 131 ◦ blue 120

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

Shades of New York Pink #DB8378

Tints of New York Pink #DB8378

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 25.53%

R = 46.6%
G = 27.87%
B = 25.53%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.45

 K value IS 0.14

RGB Variations

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

Color information

#DB8378 (or 0xDB8378) is known color: New York Pink. HEX triplet: DB, 83 and 78. RGB value is (219,131,120). Sum of RGB (Red+Green+Blue) = 219+131+120=470 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.60% from 470); Green value is 131 (51.56% from 255 or 27.87% from 470); Blue value is 120 (47.27% from 255 or 25.53% from 470); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8378 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB8378 is #247C87. Grayscale: #9C9C9C. Windows color (decimal): -2391176 or 7898075. OLE color: 7898075.

HSL color Cylindrical-coordinate representation of color #DB8378: hue angle of 6.67º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DB8378 is Cyan = 0, Magento = 0.40, Yellow = 0.45 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 131 120 -
CMYK 0 0.40 0.45 0.14
HSL 6.67º 0.58% 0.66% -
HSV(B) 6.67º 0.45% 0.86% -
XYZ 40.72 32.65 21.92 -
YUV 156.06 107.65 172.89 -
System Red Green Blue C M Y K H S L
Decimal 219 131 120 0 0.40 0.45 0.14 6.67 0.58 0.66
Hex DB 83 78 0 28 2D E 7 3A 42
Octal 333 203 170 0 50 55 16 7 72 102
Binary 11011011 10000011 1111000 0 101000 101101 1110 111 111010 1000010

Color Harmonies of #DB8378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8378

Black with #DB8378

Text Example


Text Example

White with #DB8378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8378; }

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

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

background-color css

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

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

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

border-color css

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

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

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