#D5786D

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

Shades of New York Pink #D5786D

Tints of New York Pink #D5786D

Color information

#D5786D (or 0xD5786D) is unknown color: approx New York Pink. HEX triplet: D5, 78 and 6D. RGB value is (213,120,109). Sum of RGB (Red+Green+Blue) = 213+120+109=442 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.19% from 442); Green value is 120 (47.27% from 255 or 27.15% from 442); Blue value is 109 (42.97% from 255 or 24.66% from 442); Max value from RGB is 213 - color contains mainly: red. Hex color #D5786D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5786D is #2A8792. Grayscale: #929292. Windows color (decimal): -2787219 or 7174357. OLE color: 7174357.

HSL color Cylindrical-coordinate representation of color #D5786D: hue angle of 6.35º 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 #D5786D is Cyan = 0, Magento = 0.44, Yellow = 0.49 and Black (K on CMYK) = 0.16.

Color convert

RGB213120109-
CMYK00.440.490.16
HSL6.35º55.32%63.14%-
HSV(B)6.35º48.83%83.53%-
XYZ36.9228.6818.06-
YUV146.55106.81175.39-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 48.19%
GREEN value IS 120 (47.27% from 255) = 27.15%
BLUE value IS 109 (42.97% from 255) = 24.66%
R=48.19%
G=27.15%
B=24.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.49
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21312010900.440.490.166.3555.3263.14
HexD5786D02C31106373f
Octal325170155054612066777
Binary1101010111110001101101010110011000110000110110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5786D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5786D; }

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

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

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

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

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

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

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

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