#DC876E

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

Shades of New York Pink #DC876E

Tints of New York Pink #DC876E

Color information

#DC876E (or 0xDC876E) is unknown color: approx New York Pink. HEX triplet: DC, 87 and 6E. RGB value is (220,135,110). Sum of RGB (Red+Green+Blue) = 220+135+110=465 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.31% from 465); Green value is 135 (53.12% from 255 or 29.03% from 465); Blue value is 110 (43.36% from 255 or 23.66% from 465); Max value from RGB is 220 - color contains mainly: red. Hex color #DC876E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC876E is #237891. Grayscale: #9D9D9D. Windows color (decimal): -2324626 or 7243740. OLE color: 7243740.

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

Color convert

RGB220135110-
CMYK00.390.500.14
HSL13.64º61.11%64.71%-
HSV(B)13.64º50%86.27%-
XYZ40.9933.6719.09-
YUV157.56101.16172.53-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 47.31%
GREEN value IS 135 (53.12% from 255) = 29.03%
BLUE value IS 110 (43.36% from 255) = 23.66%
R=47.31%
G=29.03%
B=23.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.50
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22013511000.390.500.1413.6461.1164.71
HexDC876E02732Ee3d41
Octal33420715604762161675101
Binary110111001000011111011100100111110010111011101111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC876E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC876E; }

 p { color: rgb(220,135,110); }

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

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

 a { background-color: rgb(220,135,110); }

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

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

 span { border-color: rgb(220,135,110); }

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