#D9766C

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

Shades of New York Pink #D9766C

Tints of New York Pink #D9766C

Color information

#D9766C (or 0xD9766C) is unknown color: approx New York Pink. HEX triplet: D9, 76 and 6C. RGB value is (217,118,108). Sum of RGB (Red+Green+Blue) = 217+118+108=443 (58% of max value = 765). Red value is 217 (85.16% from 255 or 48.98% from 443); Green value is 118 (46.48% from 255 or 26.64% from 443); Blue value is 108 (42.58% from 255 or 24.38% from 443); Max value from RGB is 217 - color contains mainly: red. Hex color #D9766C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D9766C is #268993. Grayscale: #929292. Windows color (decimal): -2525588 or 7108313. OLE color: 7108313.

HSL color Cylindrical-coordinate representation of color #D9766C: hue angle of 5.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 #D9766C is Cyan = 0, Magento = 0.46, Yellow = 0.50 and Black (K on CMYK) = 0.15.

Color convert

RGB217118108-
CMYK00.460.500.15
HSL5.5º58.92%63.73%-
HSV(B)5.5º50.23%85.1%-
XYZ37.828.7917.75-
YUV146.46106.3178.31-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 48.98%
GREEN value IS 118 (46.48% from 255) = 26.64%
BLUE value IS 108 (42.58% from 255) = 24.38%
R=48.98%
G=26.64%
B=24.38%

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
Decimal21711810800.460.500.155.558.9263.73
HexD9766C02E32F63b40
Octal3311661540566217673100
Binary1101100111101101101100010111011001011111101110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9766C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9766C; }

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

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

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

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

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

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

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

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