#D3766D

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

Shades of New York Pink #D3766D

Tints of New York Pink #D3766D

Color information

#D3766D (or 0xD3766D) is unknown color: approx New York Pink. HEX triplet: D3, 76 and 6D. RGB value is (211,118,109). Sum of RGB (Red+Green+Blue) = 211+118+109=438 (58% of max value = 765). Red value is 211 (82.81% from 255 or 48.17% from 438); Green value is 118 (46.48% from 255 or 26.94% from 438); Blue value is 109 (42.97% from 255 or 24.89% from 438); Max value from RGB is 211 - color contains mainly: red. Hex color #D3766D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D3766D is #2C8992. Grayscale: #909090. Windows color (decimal): -2918803 or 7173843. OLE color: 7173843.

HSL color Cylindrical-coordinate representation of color #D3766D: hue angle of 5.29º degrees, saturation: 0.54, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D3766D is Cyan = 0, Magento = 0.44, Yellow = 0.48 and Black (K on CMYK) = 0.17.

Color convert

RGB211118109-
CMYK00.440.480.17
HSL5.29º53.68%62.75%-
HSV(B)5.29º48.34%82.75%-
XYZ36.127.9117.95-
YUV144.78107.81175.23-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 48.17%
GREEN value IS 118 (46.48% from 255) = 26.94%
BLUE value IS 109 (42.97% from 255) = 24.89%
R=48.17%
G=26.94%
B=24.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.48
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21111810900.440.480.175.2953.6862.75
HexD3766D02C30115363f
Octal323166155054602156677
Binary1101001111101101101101010110011000010001101110110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3766D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3766D; }

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

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

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

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

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

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

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

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