Html Css Color HEX #DB786C New York Pink

📋 copy color: '#DB786C'

red 219 ◦ green 120 ◦ blue 108

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

Shades of New York Pink #DB786C

Tints of New York Pink #DB786C

RGB

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

 GREEN value IS 120 (47.27% from 255) = 26.85%

 BLUE value IS 108 (42.58% from 255) = 24.16%

R = 48.99%
G = 26.85%
B = 24.16%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.51

 K value IS 0.14

RGB Variations

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

Color information

#DB786C (or 0xDB786C) is known color: New York Pink. HEX triplet: DB, 78 and 6C. RGB value is (219,120,108). Sum of RGB (Red+Green+Blue) = 219+120+108=447 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.99% from 447); Green value is 120 (47.27% from 255 or 26.85% from 447); Blue value is 108 (42.58% from 255 or 24.16% from 447); Max value from RGB is 219 - color contains mainly: red. Hex color #DB786C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB786C is #248793. Grayscale: #949494. Windows color (decimal): -2394004 or 7108827. OLE color: 7108827.

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

Color convert

RGB 219 120 108 -
CMYK 0 0.45 0.51 0.14
HSL 6.49º 0.61% 0.64% -
HSV(B) 6.49º 0.51% 0.86% -
XYZ 38.64 29.58 17.86 -
YUV 148.23 105.3 178.48 -
System Red Green Blue C M Y K H S L
Decimal 219 120 108 0 0.45 0.51 0.14 6.49 0.61 0.64
Hex DB 78 6C 0 2D 33 E 6 3D 40
Octal 333 170 154 0 55 63 16 6 75 100
Binary 11011011 1111000 1101100 0 101101 110011 1110 110 111101 1000000

Color Harmonies of #DB786C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB786C

Black with #DB786C

Text Example


Text Example

White with #DB786C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB786C; }

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

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

background-color css

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

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

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

border-color css

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

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

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