#DD856D

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

Shades of New York Pink #DD856D

Tints of New York Pink #DD856D

Color information

#DD856D (or 0xDD856D) is unknown color: approx New York Pink. HEX triplet: DD, 85 and 6D. RGB value is (221,133,109). Sum of RGB (Red+Green+Blue) = 221+133+109=463 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.73% from 463); Green value is 133 (52.34% from 255 or 28.73% from 463); Blue value is 109 (42.97% from 255 or 23.54% from 463); Max value from RGB is 221 - color contains mainly: red. Hex color #DD856D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD856D is #227A92. Grayscale: #9C9C9C. Windows color (decimal): -2259603 or 7177693. OLE color: 7177693.

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

Color convert

RGB221133109-
CMYK00.400.510.13
HSL12.86º62.22%64.71%-
HSV(B)12.86º50.68%86.67%-
XYZ40.9733.2518.73-
YUV156.58101.15173.95-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 47.73%
GREEN value IS 133 (52.34% from 255) = 28.73%
BLUE value IS 109 (42.97% from 255) = 23.54%
R=47.73%
G=28.73%
B=23.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.51
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22113310900.400.510.1312.8662.2264.71
HexDD856D02833Dd3e41
Octal33520515505063151576101
Binary110111011000010111011010101000110011110111011111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD856D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD856D; }

 p { color: rgb(221,133,109); }

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

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

 a { background-color: rgb(221,133,109); }

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

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

 span { border-color: rgb(221,133,109); }

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