Html Css Color HEX #DB786D New York Pink

📋 copy color: '#DB786D'

red 219 ◦ green 120 ◦ blue 109

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

Shades of New York Pink #DB786D

Tints of New York Pink #DB786D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 24.33%

R = 48.88%
G = 26.79%
B = 24.33%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.50

 K value IS 0.14

RGB Variations

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

Color information

#DB786D (or 0xDB786D) is known color: New York Pink. HEX triplet: DB, 78 and 6D. RGB value is (219,120,109). Sum of RGB (Red+Green+Blue) = 219+120+109=448 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.88% from 448); Green value is 120 (47.27% from 255 or 26.79% from 448); Blue value is 109 (42.97% from 255 or 24.33% from 448); Max value from RGB is 219 - color contains mainly: red. Hex color #DB786D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB786D is #248792. Grayscale: #949494. Windows color (decimal): -2394003 or 7174363. OLE color: 7174363.

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

Color convert

RGB 219 120 109 -
CMYK 0 0.45 0.50 0.14
HSL 0.6% 0.64% -
HSV(B) 0.5% 0.86% -
XYZ 38.69 29.6 18.14 -
YUV 148.35 105.8 178.39 -
System Red Green Blue C M Y K H S L
Decimal 219 120 109 0 0.45 0.50 0.14 6 0.6 0.64
Hex DB 78 6D 0 2D 32 E 6 3C 40
Octal 333 170 155 0 55 62 16 6 74 100
Binary 11011011 1111000 1101101 0 101101 110010 1110 110 111100 1000000

Color Harmonies of #DB786D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB786D

Black with #DB786D

Text Example


Text Example

White with #DB786D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB786D; }

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

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

background-color css

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

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

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

border-color css

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

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

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