#D9766D

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

Shades of New York Pink #D9766D

Tints of New York Pink #D9766D

Color information

#D9766D (or 0xD9766D) is unknown color: approx New York Pink. HEX triplet: D9, 76 and 6D. RGB value is (217,118,109). Sum of RGB (Red+Green+Blue) = 217+118+109=444 (58% of max value = 765). Red value is 217 (85.16% from 255 or 48.87% from 444); Green value is 118 (46.48% from 255 or 26.58% from 444); Blue value is 109 (42.97% from 255 or 24.55% from 444); Max value from RGB is 217 - color contains mainly: red. Hex color #D9766D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D9766D is #268992. Grayscale: #929292. Windows color (decimal): -2525587 or 7173849. OLE color: 7173849.

HSL color Cylindrical-coordinate representation of color #D9766D: hue angle of 5º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D9766D is Cyan = 0, Magento = 0.46, Yellow = 0.50 and Black (K on CMYK) = 0.15.

Color convert

RGB217118109-
CMYK00.460.500.15
HSL58.7%63.92%-
HSV(B)49.77%85.1%-
XYZ37.8528.8118.03-
YUV146.57106.8178.23-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 48.87%
GREEN value IS 118 (46.48% from 255) = 26.58%
BLUE value IS 109 (42.97% from 255) = 24.55%
R=48.87%
G=26.58%
B=24.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.50
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21711810900.460.500.15558.763.92
HexD9766D02E32F53b40
Octal3311661550566217573100
Binary1101100111101101101101010111011001011111011110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9766D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9766D; }

 p { color: rgb(217,118,109); }

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

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

 a { background-color: rgb(217,118,109); }

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

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

 span { border-color: rgb(217,118,109); }

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