Html Css Color HEX #DB776D New York Pink

📋 copy color: '#DB776D'

red 219 ◦ green 119 ◦ blue 109

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

Shades of New York Pink #DB776D

Tints of New York Pink #DB776D

RGB

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

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

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

R = 48.99%
G = 26.62%
B = 24.38%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.50

 K value IS 0.14

RGB Variations

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

Color information

#DB776D (or 0xDB776D) is known color: New York Pink. HEX triplet: DB, 77 and 6D. RGB value is (219,119,109). Sum of RGB (Red+Green+Blue) = 219+119+109=447 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.99% from 447); Green value is 119 (46.88% from 255 or 26.62% from 447); Blue value is 109 (42.97% from 255 or 24.38% from 447); Max value from RGB is 219 - color contains mainly: red. Hex color #DB776D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB776D is #248892. Grayscale: #939393. Windows color (decimal): -2394259 or 7174107. OLE color: 7174107.

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

Color convert

RGB 219 119 109 -
CMYK 0 0.46 0.50 0.14
HSL 5.45º 0.6% 0.64% -
HSV(B) 5.45º 0.5% 0.86% -
XYZ 38.57 29.36 18.1 -
YUV 147.76 106.13 178.81 -
System Red Green Blue C M Y K H S L
Decimal 219 119 109 0 0.46 0.50 0.14 5.45 0.6 0.64
Hex DB 77 6D 0 2E 32 E 5 3C 40
Octal 333 167 155 0 56 62 16 5 74 100
Binary 11011011 1110111 1101101 0 101110 110010 1110 101 111100 1000000

Color Harmonies of #DB776D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB776D

Black with #DB776D

Text Example


Text Example

White with #DB776D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB776D; }

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

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

background-color css

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

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

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

border-color css

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

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

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