#DA8971

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

Shades of New York Pink #DA8971

Tints of New York Pink #DA8971

Color information

#DA8971 (or 0xDA8971) is unknown color: approx New York Pink. HEX triplet: DA, 89 and 71. RGB value is (218,137,113). Sum of RGB (Red+Green+Blue) = 218+137+113=468 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.58% from 468); Green value is 137 (53.91% from 255 or 29.27% from 468); Blue value is 113 (44.53% from 255 or 24.15% from 468); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8971 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA8971 is #25768E. Grayscale: #9E9E9E. Windows color (decimal): -2455183 or 7440858. OLE color: 7440858.

HSL color Cylindrical-coordinate representation of color #DA8971: hue angle of 13.71º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DA8971 is Cyan = 0, Magento = 0.37, Yellow = 0.48 and Black (K on CMYK) = 0.15.

Color convert

RGB218137113-
CMYK00.370.480.15
HSL13.71º58.66%64.9%-
HSV(B)13.71º48.17%85.49%-
XYZ40.8433.9920.03-
YUV158.48102.34170.45-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 46.58%
GREEN value IS 137 (53.91% from 255) = 29.27%
BLUE value IS 113 (44.53% from 255) = 24.15%
R=46.58%
G=29.27%
B=24.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.48
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21813711300.370.480.1513.7158.6664.9
HexDA897102530Fe3b41
Octal33221116104560171673101
Binary110110101000100111100010100101110000111111101110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA8971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA8971; }

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

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

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

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

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

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

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

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