Html Css Color HEX #DB786F New York Pink

📋 copy color: '#DB786F'

red 219 ◦ green 120 ◦ blue 111

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

Shades of New York Pink #DB786F

Tints of New York Pink #DB786F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 24.67%

R = 48.67%
G = 26.67%
B = 24.67%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.49

 K value IS 0.14

RGB Variations

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

Color information

#DB786F (or 0xDB786F) is known color: New York Pink. HEX triplet: DB, 78 and 6F. RGB value is (219,120,111). Sum of RGB (Red+Green+Blue) = 219+120+111=450 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.67% from 450); Green value is 120 (47.27% from 255 or 26.67% from 450); Blue value is 111 (43.75% from 255 or 24.67% from 450); Max value from RGB is 219 - color contains mainly: red. Hex color #DB786F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB786F is #248790. Grayscale: #949494. Windows color (decimal): -2394001 or 7305435. OLE color: 7305435.

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

Color convert

RGB 219 120 111 -
CMYK 0 0.45 0.49 0.14
HSL 0.6% 0.65% -
HSV(B) 0.49% 0.86% -
XYZ 38.8 29.64 18.72 -
YUV 148.58 106.8 178.23 -
System Red Green Blue C M Y K H S L
Decimal 219 120 111 0 0.45 0.49 0.14 5 0.6 0.65
Hex DB 78 6F 0 2D 31 E 5 3C 41
Octal 333 170 157 0 55 61 16 5 74 101
Binary 11011011 1111000 1101111 0 101101 110001 1110 101 111100 1000001

Color Harmonies of #DB786F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB786F

Black with #DB786F

Text Example


Text Example

White with #DB786F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB786F; }

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

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

background-color css

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

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

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

border-color css

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

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

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