Html Css Color HEX #DA8877 New York Pink

📋 copy color: '#DA8877'

red 218 ◦ green 136 ◦ blue 119

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

Shades of New York Pink #DA8877

Tints of New York Pink #DA8877

RGB

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

 GREEN value IS 136 (53.52% from 255) = 28.75%

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

R = 46.09%
G = 28.75%
B = 25.16%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.45

 K value IS 0.15

RGB Variations

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

Color information

#DA8877 (or 0xDA8877) is known color: New York Pink. HEX triplet: DA, 88 and 77. RGB value is (218,136,119). Sum of RGB (Red+Green+Blue) = 218+136+119=473 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.09% from 473); Green value is 136 (53.52% from 255 or 28.75% from 473); Blue value is 119 (46.88% from 255 or 25.16% from 473); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8877 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA8877 is #257788. Grayscale: #9E9E9E. Windows color (decimal): -2455433 or 7833818. OLE color: 7833818.

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

Color convert

RGB 218 136 119 -
CMYK 0 0.38 0.45 0.15
HSL 10.3º 0.57% 0.66% -
HSV(B) 10.3º 0.45% 0.85% -
XYZ 41.05 33.85 21.82 -
YUV 158.58 105.67 170.38 -
System Red Green Blue C M Y K H S L
Decimal 218 136 119 0 0.38 0.45 0.15 10.3 0.57 0.66
Hex DA 88 77 0 26 2D F A 39 42
Octal 332 210 167 0 46 55 17 12 71 102
Binary 11011010 10001000 1110111 0 100110 101101 1111 1010 111001 1000010

Color Harmonies of #DA8877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8877

Black with #DA8877

Text Example


Text Example

White with #DA8877

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8877; }

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

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

background-color css

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

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

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

border-color css

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

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

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