#DC826D

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

Shades of New York Pink #DC826D

Tints of New York Pink #DC826D

Color information

#DC826D (or 0xDC826D) is unknown color: approx New York Pink. HEX triplet: DC, 82 and 6D. RGB value is (220,130,109). Sum of RGB (Red+Green+Blue) = 220+130+109=459 (60% of max value = 765). Red value is 220 (86.33% from 255 or 47.93% from 459); Green value is 130 (51.17% from 255 or 28.32% from 459); Blue value is 109 (42.97% from 255 or 23.75% from 459); Max value from RGB is 220 - color contains mainly: red. Hex color #DC826D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC826D is #237D92. Grayscale: #9A9A9A. Windows color (decimal): -2325907 or 7176924. OLE color: 7176924.

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

Color convert

RGB220130109-
CMYK00.410.500.14
HSL11.35º61.33%64.51%-
HSV(B)11.35º50.45%86.27%-
XYZ40.2632.2918.58-
YUV154.52102.32174.71-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 47.93%
GREEN value IS 130 (51.17% from 255) = 28.32%
BLUE value IS 109 (42.97% from 255) = 23.75%
R=47.93%
G=28.32%
B=23.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.50
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22013010900.410.500.1411.3561.3364.51
HexDC826D02932Eb3d41
Octal33420215505162161375101
Binary110111001000001011011010101001110010111010111111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC826D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC826D; }

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

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

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

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

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

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

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

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