Html Css Color HEX #DA8077 New York Pink

📋 copy color: '#DA8077'

red 218 ◦ green 128 ◦ blue 119

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

Shades of New York Pink #DA8077

Tints of New York Pink #DA8077

RGB

 RED value IS 218 (85.55% from 255) = 46.88%

 GREEN value IS 128 (50.39% from 255) = 27.53%

 BLUE value IS 119 (46.88% from 255) = 25.59%

R = 46.88%
G = 27.53%
B = 25.59%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.45

 K value IS 0.15

RGB Variations

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

Color information

#DA8077 (or 0xDA8077) is known color: New York Pink. HEX triplet: DA, 80 and 77. RGB value is (218,128,119). Sum of RGB (Red+Green+Blue) = 218+128+119=465 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.88% from 465); Green value is 128 (50.39% from 255 or 27.53% from 465); Blue value is 119 (46.88% from 255 or 25.59% from 465); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8077 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA8077 is #257F88. Grayscale: #9A9A9A. Windows color (decimal): -2457481 or 7831770. OLE color: 7831770.

HSL color Cylindrical-coordinate representation of color #DA8077: hue angle of 5.45º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DA8077 is Cyan = 0, Magento = 0.41, Yellow = 0.45 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 128 119 -
CMYK 0 0.41 0.45 0.15
HSL 5.45º 0.57% 0.66% -
HSV(B) 5.45º 0.45% 0.85% -
XYZ 39.96 31.68 21.46 -
YUV 153.88 108.32 173.73 -
System Red Green Blue C M Y K H S L
Decimal 218 128 119 0 0.41 0.45 0.15 5.45 0.57 0.66
Hex DA 80 77 0 29 2D F 5 39 42
Octal 332 200 167 0 51 55 17 5 71 102
Binary 11011010 10000000 1110111 0 101001 101101 1111 101 111001 1000010

Color Harmonies of #DA8077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8077

Black with #DA8077

Text Example


Text Example

White with #DA8077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8077; }

 p { color: rgb(218,128,119); }

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

background-color css

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

 a { background-color: rgb(218,128,119); }

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

border-color css

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

 span { border-color: rgb(218,128,119); }

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