#DA8779

Color #DA8779 New York Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of New York Pink #DA8779

Tints of New York Pink #DA8779

Color information

#DA8779 (or 0xDA8779) is unknown color: approx New York Pink. HEX triplet: DA, 87 and 79. RGB value is (218,135,121). Sum of RGB (Red+Green+Blue) = 218+135+121=474 (62% of max value = 765). Red value is 218 (85.55% from 255 or 45.99% from 474); Green value is 135 (53.12% from 255 or 28.48% from 474); Blue value is 121 (47.66% from 255 or 25.53% from 474); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8779 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA8779 is #257886. Grayscale: #9E9E9E. Windows color (decimal): -2455687 or 7964634. OLE color: 7964634.

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

Color convert

RGB218135121-
CMYK00.380.440.15
HSL8.66º56.73%66.47%-
HSV(B)8.66º44.5%85.49%-
XYZ41.0333.6122.41-
YUV158.22107170.64-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 45.99%
GREEN value IS 135 (53.12% from 255) = 28.48%
BLUE value IS 121 (47.66% from 255) = 25.53%
R=45.99%
G=28.48%
B=25.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.44
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21813512100.380.440.158.6656.7366.47
HexDA87790262CF93942
Octal33220717104654171171102
Binary110110101000011111110010100110101100111110011110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA8779

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA8779; }

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

 H1.HeaderClassName
 {
   color: #DA8779;
 }
 .AnyTagClassName
 {
   color: #DA8779;
 }
</style>
background-color css

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

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

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

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

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

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