#DD876E

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

Shades of New York Pink #DD876E

Tints of New York Pink #DD876E

Color information

#DD876E (or 0xDD876E) is unknown color: approx New York Pink. HEX triplet: DD, 87 and 6E. RGB value is (221,135,110). Sum of RGB (Red+Green+Blue) = 221+135+110=466 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.42% from 466); Green value is 135 (53.12% from 255 or 28.97% from 466); Blue value is 110 (43.36% from 255 or 23.61% from 466); Max value from RGB is 221 - color contains mainly: red. Hex color #DD876E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD876E is #227891. Grayscale: #9E9E9E. Windows color (decimal): -2259090 or 7243741. OLE color: 7243741.

HSL color Cylindrical-coordinate representation of color #DD876E: hue angle of 13.51º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DD876E is Cyan = 0, Magento = 0.39, Yellow = 0.50 and Black (K on CMYK) = 0.13.

Color convert

RGB221135110-
CMYK00.390.500.13
HSL13.51º62.01%64.9%-
HSV(B)13.51º50.23%86.67%-
XYZ41.333.8319.1-
YUV157.86100.99173.03-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 47.42%
GREEN value IS 135 (53.12% from 255) = 28.97%
BLUE value IS 110 (43.36% from 255) = 23.61%
R=47.42%
G=28.97%
B=23.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.50
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22113511000.390.500.1313.5162.0164.9
HexDD876E02732De3e41
Octal33520715604762151676101
Binary110111011000011111011100100111110010110111101111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD876E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD876E; }

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

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

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

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

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

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

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

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