Html Css Color HEX #DA8776 New York Pink

📋 copy color: '#DA8776'

red 218 ◦ green 135 ◦ blue 118

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

Shades of New York Pink #DA8776

Tints of New York Pink #DA8776

RGB

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

 GREEN value IS 135 (53.13% from 255) = 28.66%

 BLUE value IS 118 (46.48% from 255) = 25.05%

R = 46.28%
G = 28.66%
B = 25.05%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.46

 K value IS 0.15

RGB Variations

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

Color information

#DA8776 (or 0xDA8776) is known color: New York Pink. HEX triplet: DA, 87 and 76. RGB value is (218,135,118). Sum of RGB (Red+Green+Blue) = 218+135+118=471 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.28% from 471); Green value is 135 (53.12% from 255 or 28.66% from 471); Blue value is 118 (46.48% from 255 or 25.05% from 471); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8776 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA8776 is #257889. Grayscale: #9E9E9E. Windows color (decimal): -2455690 or 7768026. OLE color: 7768026.

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

Color convert

RGB 218 135 118 -
CMYK 0 0.38 0.46 0.15
HSL 10.2º 0.57% 0.66% -
HSV(B) 10.2º 0.46% 0.85% -
XYZ 40.85 33.54 21.46 -
YUV 157.88 105.5 170.88 -
System Red Green Blue C M Y K H S L
Decimal 218 135 118 0 0.38 0.46 0.15 10.2 0.57 0.66
Hex DA 87 76 0 26 2E F A 39 42
Octal 332 207 166 0 46 56 17 12 71 102
Binary 11011010 10000111 1110110 0 100110 101110 1111 1010 111001 1000010

Color Harmonies of #DA8776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8776

Black with #DA8776

Text Example


Text Example

White with #DA8776

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8776; }

 p { color: rgb(218,135,118); }

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

background-color css

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

 a { background-color: rgb(218,135,118); }

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

border-color css

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

 span { border-color: rgb(218,135,118); }

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