#D5816D

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

Shades of New York Pink #D5816D

Tints of New York Pink #D5816D

Color information

#D5816D (or 0xD5816D) is unknown color: approx New York Pink. HEX triplet: D5, 81 and 6D. RGB value is (213,129,109). Sum of RGB (Red+Green+Blue) = 213+129+109=451 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.23% from 451); Green value is 129 (50.78% from 255 or 28.60% from 451); Blue value is 109 (42.97% from 255 or 24.17% from 451); Max value from RGB is 213 - color contains mainly: red. Hex color #D5816D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5816D is #2A7E92. Grayscale: #989898. Windows color (decimal): -2784915 or 7176661. OLE color: 7176661.

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

Color convert

RGB213129109-
CMYK00.390.490.16
HSL11.54º55.32%63.14%-
HSV(B)11.54º48.83%83.53%-
XYZ38.0530.9518.44-
YUV151.84103.83171.63-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 47.23%
GREEN value IS 129 (50.78% from 255) = 28.60%
BLUE value IS 109 (42.97% from 255) = 24.17%
R=47.23%
G=28.60%
B=24.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.49
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21312910900.390.490.1611.5455.3263.14
HexD5816D0273110c373f
Octal3252011550476120146777
Binary110101011000000111011010100111110001100001100110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5816D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5816D; }

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

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

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

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

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

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

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

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