#DC846F

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

Shades of New York Pink #DC846F

Tints of New York Pink #DC846F

Color information

#DC846F (or 0xDC846F) is unknown color: approx New York Pink. HEX triplet: DC, 84 and 6F. RGB value is (220,132,111). Sum of RGB (Red+Green+Blue) = 220+132+111=463 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.52% from 463); Green value is 132 (51.95% from 255 or 28.51% from 463); Blue value is 111 (43.75% from 255 or 23.97% from 463); Max value from RGB is 220 - color contains mainly: red. Hex color #DC846F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC846F is #237B90. Grayscale: #9C9C9C. Windows color (decimal): -2325393 or 7308508. OLE color: 7308508.

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

Color convert

RGB220132111-
CMYK00.400.500.14
HSL11.56º60.89%64.9%-
HSV(B)11.56º49.55%86.27%-
XYZ40.6432.8719.24-
YUV155.92102.65173.71-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 47.52%
GREEN value IS 132 (51.95% from 255) = 28.51%
BLUE value IS 111 (43.75% from 255) = 23.97%
R=47.52%
G=28.51%
B=23.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.50
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22013211100.400.500.1411.5660.8964.9
HexDC846F02832Ec3d41
Octal33420415705062161475101
Binary110111001000010011011110101000110010111011001111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC846F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC846F; }

 p { color: rgb(220,132,111); }

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

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

 a { background-color: rgb(220,132,111); }

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

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

 span { border-color: rgb(220,132,111); }

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