#D7816D

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

Shades of New York Pink #D7816D

Tints of New York Pink #D7816D

Color information

#D7816D (or 0xD7816D) is unknown color: approx New York Pink. HEX triplet: D7, 81 and 6D. RGB value is (215,129,109). Sum of RGB (Red+Green+Blue) = 215+129+109=453 (60% of max value = 765). Red value is 215 (84.38% from 255 or 47.46% from 453); Green value is 129 (50.78% from 255 or 28.48% from 453); Blue value is 109 (42.97% from 255 or 24.06% from 453); Max value from RGB is 215 - color contains mainly: red. Hex color #D7816D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7816D is #287E92. Grayscale: #989898. Windows color (decimal): -2653843 or 7176663. OLE color: 7176663.

HSL color Cylindrical-coordinate representation of color #D7816D: hue angle of 11.32º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D7816D is Cyan = 0, Magento = 0.4, Yellow = 0.49 and Black (K on CMYK) = 0.16.

Color convert

RGB215129109-
CMYK00.40.490.16
HSL11.32º56.99%63.53%-
HSV(B)11.32º49.3%84.31%-
XYZ38.6331.2518.46-
YUV152.43103.49172.63-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 47.46%
GREEN value IS 129 (50.78% from 255) = 28.48%
BLUE value IS 109 (42.97% from 255) = 24.06%
R=47.46%
G=28.48%
B=24.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.49
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21512910900.40.490.1611.3256.9963.53
HexD7816D0283110b3940
Octal32720115505061201371100
Binary1101011110000001110110101010001100011000010111110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7816D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7816D; }

 p { color: rgb(215,129,109); }

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

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

 a { background-color: rgb(215,129,109); }

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

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

 span { border-color: rgb(215,129,109); }

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