#DC806D

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

Shades of New York Pink #DC806D

Tints of New York Pink #DC806D

Color information

#DC806D (or 0xDC806D) is unknown color: approx New York Pink. HEX triplet: DC, 80 and 6D. RGB value is (220,128,109). Sum of RGB (Red+Green+Blue) = 220+128+109=457 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.14% from 457); Green value is 128 (50.39% from 255 or 28.01% from 457); Blue value is 109 (42.97% from 255 or 23.85% from 457); Max value from RGB is 220 - color contains mainly: red. Hex color #DC806D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC806D is #237F92. Grayscale: #999999. Windows color (decimal): -2326419 or 7176412. OLE color: 7176412.

HSL color Cylindrical-coordinate representation of color #DC806D: hue angle of 10.27º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DC806D is Cyan = 0, Magento = 0.42, Yellow = 0.50 and Black (K on CMYK) = 0.14.

Color convert

RGB220128109-
CMYK00.420.500.14
HSL10.27º61.33%64.51%-
HSV(B)10.27º50.45%86.27%-
XYZ39.9931.7618.49-
YUV153.34102.98175.54-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 48.14%
GREEN value IS 128 (50.39% from 255) = 28.01%
BLUE value IS 109 (42.97% from 255) = 23.85%
R=48.14%
G=28.01%
B=23.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.50
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22012810900.420.500.1410.2761.3364.51
HexDC806D02A32Ea3d41
Octal33420015505262161275101
Binary110111001000000011011010101010110010111010101111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC806D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC806D; }

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

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

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

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

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

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

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

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