#DA8679

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

Shades of New York Pink #DA8679

Tints of New York Pink #DA8679

Color information

#DA8679 (or 0xDA8679) is unknown color: approx New York Pink. HEX triplet: DA, 86 and 79. RGB value is (218,134,121). Sum of RGB (Red+Green+Blue) = 218+134+121=473 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.09% from 473); Green value is 134 (52.73% from 255 or 28.33% from 473); Blue value is 121 (47.66% from 255 or 25.58% from 473); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8679 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA8679 is #257986. Grayscale: #9D9D9D. Windows color (decimal): -2455943 or 7964378. OLE color: 7964378.

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

Color convert

RGB218134121-
CMYK00.390.440.15
HSL8.04º56.73%66.47%-
HSV(B)8.04º44.5%85.49%-
XYZ40.8933.3422.37-
YUV157.63107.33171.06-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 46.09%
GREEN value IS 134 (52.73% from 255) = 28.33%
BLUE value IS 121 (47.66% from 255) = 25.58%
R=46.09%
G=28.33%
B=25.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.44
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21813412100.390.440.158.0456.7366.47
HexDA86790272CF83942
Octal33220617104754171071102
Binary110110101000011011110010100111101100111110001110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA8679

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA8679; }

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

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

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

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

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

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

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

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