#DC766A

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

Shades of New York Pink #DC766A

Tints of New York Pink #DC766A

Color information

#DC766A (or 0xDC766A) is unknown color: approx New York Pink. HEX triplet: DC, 76 and 6A. RGB value is (220,118,106). Sum of RGB (Red+Green+Blue) = 220+118+106=444 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.55% from 444); Green value is 118 (46.48% from 255 or 26.58% from 444); Blue value is 106 (41.80% from 255 or 23.87% from 444); Max value from RGB is 220 - color contains mainly: red. Hex color #DC766A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC766A is #238995. Grayscale: #939393. Windows color (decimal): -2328982 or 6977244. OLE color: 6977244.

HSL color Cylindrical-coordinate representation of color #DC766A: hue angle of 6.32º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DC766A is Cyan = 0, Magento = 0.46, Yellow = 0.52 and Black (K on CMYK) = 0.14.

Color convert

RGB220118106-
CMYK00.460.520.14
HSL6.32º61.96%63.92%-
HSV(B)6.32º51.82%86.27%-
XYZ38.629.2117.24-
YUV147.13104.79179.98-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 49.55%
GREEN value IS 118 (46.48% from 255) = 26.58%
BLUE value IS 106 (41.80% from 255) = 23.87%
R=49.55%
G=26.58%
B=23.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.52
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22011810600.460.520.146.3261.9663.92
HexDC766A02E34E63e40
Octal3341661520566416676100
Binary1101110011101101101010010111011010011101101111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC766A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC766A; }

 p { color: rgb(220,118,106); }

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

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

 a { background-color: rgb(220,118,106); }

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

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

 span { border-color: rgb(220,118,106); }

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