#DC8069

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

Shades of New York Pink #DC8069

Tints of New York Pink #DC8069

Color information

#DC8069 (or 0xDC8069) is unknown color: approx New York Pink. HEX triplet: DC, 80 and 69. RGB value is (220,128,105). Sum of RGB (Red+Green+Blue) = 220+128+105=453 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.57% from 453); Green value is 128 (50.39% from 255 or 28.26% from 453); Blue value is 105 (41.41% from 255 or 23.18% from 453); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8069 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC8069 is #237F96. Grayscale: #999999. Windows color (decimal): -2326423 or 6914268. OLE color: 6914268.

HSL color Cylindrical-coordinate representation of color #DC8069: hue angle of 12º 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 #DC8069 is Cyan = 0, Magento = 0.42, Yellow = 0.52 and Black (K on CMYK) = 0.14.

Color convert

RGB220128105-
CMYK00.420.520.14
HSL12º62.16%63.73%-
HSV(B)12º52.27%86.27%-
XYZ39.7831.6717.38-
YUV152.89100.98175.87-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 48.57%
GREEN value IS 128 (50.39% from 255) = 28.26%
BLUE value IS 105 (41.41% from 255) = 23.18%
R=48.57%
G=28.26%
B=23.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.52
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22012810500.420.520.141262.1663.73
HexDC806902A34Ec3e40
Octal33420015105264161476100
Binary110111001000000011010010101010110100111011001111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC8069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC8069; }

 p { color: rgb(220,128,105); }

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

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

 a { background-color: rgb(220,128,105); }

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

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

 span { border-color: rgb(220,128,105); }

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