Html Css Color HEX #DB7769 New York Pink

📋 copy color: '#DB7769'

red 219 ◦ green 119 ◦ blue 105

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

Shades of New York Pink #DB7769

Tints of New York Pink #DB7769

RGB

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

 GREEN value IS 119 (46.88% from 255) = 26.86%

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

R = 49.44%
G = 26.86%
B = 23.7%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.52

 K value IS 0.14

RGB Variations

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

Color information

#DB7769 (or 0xDB7769) is known color: New York Pink. HEX triplet: DB, 77 and 69. RGB value is (219,119,105). Sum of RGB (Red+Green+Blue) = 219+119+105=443 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.44% from 443); Green value is 119 (46.88% from 255 or 26.86% from 443); Blue value is 105 (41.41% from 255 or 23.70% from 443); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7769 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB7769 is #248896. Grayscale: #939393. Windows color (decimal): -2394263 or 6911963. OLE color: 6911963.

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

Color convert

RGB 219 119 105 -
CMYK 0 0.46 0.52 0.14
HSL 7.37º 0.61% 0.64% -
HSV(B) 7.37º 0.52% 0.86% -
XYZ 38.36 29.27 16.99 -
YUV 147.3 104.13 179.14 -
System Red Green Blue C M Y K H S L
Decimal 219 119 105 0 0.46 0.52 0.14 7.37 0.61 0.64
Hex DB 77 69 0 2E 34 E 7 3D 40
Octal 333 167 151 0 56 64 16 7 75 100
Binary 11011011 1110111 1101001 0 101110 110100 1110 111 111101 1000000

Color Harmonies of #DB7769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7769

Black with #DB7769

Text Example


Text Example

White with #DB7769

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7769; }

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

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

background-color css

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

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

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

border-color css

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

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

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