#DA806D

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

Shades of New York Pink #DA806D

Tints of New York Pink #DA806D

Color information

#DA806D (or 0xDA806D) is unknown color: approx New York Pink. HEX triplet: DA, 80 and 6D. RGB value is (218,128,109). Sum of RGB (Red+Green+Blue) = 218+128+109=455 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.91% from 455); Green value is 128 (50.39% from 255 or 28.13% from 455); Blue value is 109 (42.97% from 255 or 23.96% from 455); Max value from RGB is 218 - color contains mainly: red. Hex color #DA806D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA806D is #257F92. Grayscale: #989898. Windows color (decimal): -2457491 or 7176410. OLE color: 7176410.

HSL color Cylindrical-coordinate representation of color #DA806D: hue angle of 10.46º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DA806D is Cyan = 0, Magento = 0.41, Yellow = 0.5 and Black (K on CMYK) = 0.15.

Color convert

RGB218128109-
CMYK00.410.50.15
HSL10.46º59.56%64.12%-
HSV(B)10.46º50%85.49%-
XYZ39.3931.4518.46-
YUV152.74103.32174.54-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 47.91%
GREEN value IS 128 (50.39% from 255) = 28.13%
BLUE value IS 109 (42.97% from 255) = 23.96%
R=47.91%
G=28.13%
B=23.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.5
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21812810900.410.50.1510.4659.5664.12
HexDA806D02932Fa3c40
Octal33220015505162171274100
Binary110110101000000011011010101001110010111110101111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA806D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA806D; }

 p { color: rgb(218,128,109); }

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

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

 a { background-color: rgb(218,128,109); }

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

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

 span { border-color: rgb(218,128,109); }

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