Html Css Color HEX #DB786A New York Pink

📋 copy color: '#DB786A'

red 219 ◦ green 120 ◦ blue 106

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

Shades of New York Pink #DB786A

Tints of New York Pink #DB786A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 23.82%

R = 49.21%
G = 26.97%
B = 23.82%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.52

 K value IS 0.14

RGB Variations

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

Color information

#DB786A (or 0xDB786A) is known color: New York Pink. HEX triplet: DB, 78 and 6A. RGB value is (219,120,106). Sum of RGB (Red+Green+Blue) = 219+120+106=445 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.21% from 445); Green value is 120 (47.27% from 255 or 26.97% from 445); Blue value is 106 (41.80% from 255 or 23.82% from 445); Max value from RGB is 219 - color contains mainly: red. Hex color #DB786A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB786A is #248795. Grayscale: #949494. Windows color (decimal): -2394006 or 6977755. OLE color: 6977755.

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

Color convert

RGB 219 120 106 -
CMYK 0 0.45 0.52 0.14
HSL 7.43º 0.61% 0.64% -
HSV(B) 7.43º 0.52% 0.86% -
XYZ 38.53 29.53 17.31 -
YUV 148.01 104.3 178.64 -
System Red Green Blue C M Y K H S L
Decimal 219 120 106 0 0.45 0.52 0.14 7.43 0.61 0.64
Hex DB 78 6A 0 2D 34 E 7 3D 40
Octal 333 170 152 0 55 64 16 7 75 100
Binary 11011011 1111000 1101010 0 101101 110100 1110 111 111101 1000000

Color Harmonies of #DB786A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB786A

Black with #DB786A

Text Example


Text Example

White with #DB786A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB786A; }

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

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

background-color css

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

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

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

border-color css

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

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

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