Html Css Color HEX #DA8977 New York Pink

📋 copy color: '#DA8977'

red 218 ◦ green 137 ◦ blue 119

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

Shades of New York Pink #DA8977

Tints of New York Pink #DA8977

RGB

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

 GREEN value IS 137 (53.91% from 255) = 28.9%

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

R = 45.99%
G = 28.9%
B = 25.11%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.45

 K value IS 0.15

RGB Variations

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

Color information

#DA8977 (or 0xDA8977) is known color: New York Pink. HEX triplet: DA, 89 and 77. RGB value is (218,137,119). Sum of RGB (Red+Green+Blue) = 218+137+119=474 (62% of max value = 765). Red value is 218 (85.55% from 255 or 45.99% from 474); Green value is 137 (53.91% from 255 or 28.90% from 474); Blue value is 119 (46.88% from 255 or 25.11% from 474); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8977 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA8977 is #257688. Grayscale: #9F9F9F. Windows color (decimal): -2455177 or 7834074. OLE color: 7834074.

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

Color convert

RGB 218 137 119 -
CMYK 0 0.37 0.45 0.15
HSL 10.91º 0.57% 0.66% -
HSV(B) 10.91º 0.45% 0.85% -
XYZ 41.19 34.13 21.87 -
YUV 159.17 105.34 169.96 -
System Red Green Blue C M Y K H S L
Decimal 218 137 119 0 0.37 0.45 0.15 10.91 0.57 0.66
Hex DA 89 77 0 25 2D F B 39 42
Octal 332 211 167 0 45 55 17 13 71 102
Binary 11011010 10001001 1110111 0 100101 101101 1111 1011 111001 1000010

Color Harmonies of #DA8977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8977

Black with #DA8977

Text Example


Text Example

White with #DA8977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8977; }

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

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

background-color css

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

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

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

border-color css

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

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

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