#DA816A

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

Shades of New York Pink #DA816A

Tints of New York Pink #DA816A

Color information

#DA816A (or 0xDA816A) is unknown color: approx New York Pink. HEX triplet: DA, 81 and 6A. RGB value is (218,129,106). Sum of RGB (Red+Green+Blue) = 218+129+106=453 (60% of max value = 765). Red value is 218 (85.55% from 255 or 48.12% from 453); Green value is 129 (50.78% from 255 or 28.48% from 453); Blue value is 106 (41.80% from 255 or 23.40% from 453); Max value from RGB is 218 - color contains mainly: red. Hex color #DA816A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA816A is #257E95. Grayscale: #999999. Windows color (decimal): -2457238 or 6980058. OLE color: 6980058.

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

Color convert

RGB218129106-
CMYK00.410.510.15
HSL12.32º60.22%63.53%-
HSV(B)12.32º51.38%85.49%-
XYZ39.3731.6517.67-
YUV152.99101.49174.37-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 48.12%
GREEN value IS 129 (50.78% from 255) = 28.48%
BLUE value IS 106 (41.80% from 255) = 23.40%
R=48.12%
G=28.48%
B=23.40%

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
Decimal21812910600.410.510.1512.3260.2263.53
HexDA816A02933Fc3c40
Octal33220115205163171474100
Binary110110101000000111010100101001110011111111001111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA816A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA816A; }

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

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

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

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

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

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

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

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