#DA806A

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

Shades of New York Pink #DA806A

Tints of New York Pink #DA806A

Color information

#DA806A (or 0xDA806A) is unknown color: approx New York Pink. HEX triplet: DA, 80 and 6A. RGB value is (218,128,106). Sum of RGB (Red+Green+Blue) = 218+128+106=452 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.23% from 452); Green value is 128 (50.39% from 255 or 28.32% from 452); Blue value is 106 (41.80% from 255 or 23.45% from 452); Max value from RGB is 218 - color contains mainly: red. Hex color #DA806A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA806A is #257F95. Grayscale: #989898. Windows color (decimal): -2457494 or 6979802. OLE color: 6979802.

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

Color convert

RGB218128106-
CMYK00.410.510.15
HSL11.79º60.22%63.53%-
HSV(B)11.79º51.38%85.49%-
XYZ39.2331.3817.63-
YUV152.4101.82174.79-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 48.23%
GREEN value IS 128 (50.39% from 255) = 28.32%
BLUE value IS 106 (41.80% from 255) = 23.45%
R=48.23%
G=28.32%
B=23.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.51
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21812810600.410.510.1511.7960.2263.53
HexDA806A02933Fc3c40
Octal33220015205163171474100
Binary110110101000000011010100101001110011111111001111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA806A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA806A; }

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

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

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

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

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

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

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

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