#DA8670

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

Shades of New York Pink #DA8670

Tints of New York Pink #DA8670

Color information

#DA8670 (or 0xDA8670) is unknown color: approx New York Pink. HEX triplet: DA, 86 and 70. RGB value is (218,134,112). Sum of RGB (Red+Green+Blue) = 218+134+112=464 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.98% from 464); Green value is 134 (52.73% from 255 or 28.88% from 464); Blue value is 112 (44.14% from 255 or 24.14% from 464); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8670 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA8670 is #25798F. Grayscale: #9C9C9C. Windows color (decimal): -2455952 or 7374554. OLE color: 7374554.

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

Color convert

RGB218134112-
CMYK00.390.490.15
HSL12.45º58.89%64.71%-
HSV(B)12.45º48.62%85.49%-
XYZ40.3633.1319.6-
YUV156.61102.83171.79-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 46.98%
GREEN value IS 134 (52.73% from 255) = 28.88%
BLUE value IS 112 (44.14% from 255) = 24.14%
R=46.98%
G=28.88%
B=24.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.49
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21813411200.390.490.1512.4558.8964.71
HexDA867002731Fc3b41
Octal33220616004761171473101
Binary110110101000011011100000100111110001111111001110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA8670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA8670; }

 p { color: rgb(218,134,112); }

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

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

 a { background-color: rgb(218,134,112); }

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

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

 span { border-color: rgb(218,134,112); }

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