#DC816D

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

Shades of New York Pink #DC816D

Tints of New York Pink #DC816D

Color information

#DC816D (or 0xDC816D) is unknown color: approx New York Pink. HEX triplet: DC, 81 and 6D. RGB value is (220,129,109). Sum of RGB (Red+Green+Blue) = 220+129+109=458 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.03% from 458); Green value is 129 (50.78% from 255 or 28.17% from 458); Blue value is 109 (42.97% from 255 or 23.80% from 458); Max value from RGB is 220 - color contains mainly: red. Hex color #DC816D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC816D is #237E92. Grayscale: #9A9A9A. Windows color (decimal): -2326163 or 7176668. OLE color: 7176668.

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

Color convert

RGB220129109-
CMYK00.410.500.14
HSL10.81º61.33%64.51%-
HSV(B)10.81º50.45%86.27%-
XYZ40.1332.0218.53-
YUV153.93102.65175.13-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 48.03%
GREEN value IS 129 (50.78% from 255) = 28.17%
BLUE value IS 109 (42.97% from 255) = 23.80%
R=48.03%
G=28.17%
B=23.80%

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
Decimal22012910900.410.500.1410.8161.3364.51
HexDC816D02932Eb3d41
Octal33420115505162161375101
Binary110111001000000111011010101001110010111010111111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC816D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC816D; }

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

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

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

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

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

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

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

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