Html Css Color HEX #DB7869 New York Pink

📋 copy color: '#DB7869'

red 219 ◦ green 120 ◦ blue 105

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

Shades of New York Pink #DB7869

Tints of New York Pink #DB7869

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 23.65%

R = 49.32%
G = 27.03%
B = 23.65%

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

#DB7869 (or 0xDB7869) is known color: New York Pink. HEX triplet: DB, 78 and 69. RGB value is (219,120,105). Sum of RGB (Red+Green+Blue) = 219+120+105=444 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.32% from 444); Green value is 120 (47.27% from 255 or 27.03% from 444); Blue value is 105 (41.41% from 255 or 23.65% from 444); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7869 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB7869 is #248796. Grayscale: #949494. Windows color (decimal): -2394007 or 6912219. OLE color: 6912219.

HSL color Cylindrical-coordinate representation of color #DB7869: hue angle of 7.89º 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 #DB7869 is Cyan = 0, Magento = 0.45, Yellow = 0.52 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 120 105 -
CMYK 0 0.45 0.52 0.14
HSL 7.89º 0.61% 0.64% -
HSV(B) 7.89º 0.52% 0.86% -
XYZ 38.48 29.51 17.03 -
YUV 147.89 103.8 178.72 -
System Red Green Blue C M Y K H S L
Decimal 219 120 105 0 0.45 0.52 0.14 7.89 0.61 0.64
Hex DB 78 69 0 2D 34 E 8 3D 40
Octal 333 170 151 0 55 64 16 10 75 100
Binary 11011011 1111000 1101001 0 101101 110100 1110 1000 111101 1000000

Color Harmonies of #DB7869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7869

Black with #DB7869

Text Example


Text Example

White with #DB7869

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7869; }

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

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

background-color css

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

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

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

border-color css

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

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

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