#DD866F

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

Shades of New York Pink #DD866F

Tints of New York Pink #DD866F

Color information

#DD866F (or 0xDD866F) is unknown color: approx New York Pink. HEX triplet: DD, 86 and 6F. RGB value is (221,134,111). Sum of RGB (Red+Green+Blue) = 221+134+111=466 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.42% from 466); Green value is 134 (52.73% from 255 or 28.76% from 466); Blue value is 111 (43.75% from 255 or 23.82% from 466); Max value from RGB is 221 - color contains mainly: red. Hex color #DD866F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD866F is #227990. Grayscale: #9D9D9D. Windows color (decimal): -2259345 or 7309021. OLE color: 7309021.

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

Color convert

RGB221134111-
CMYK00.390.500.13
HSL12.55º61.8%65.1%-
HSV(B)12.55º49.77%86.67%-
XYZ41.2133.5719.35-
YUV157.39101.82173.37-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 47.42%
GREEN value IS 134 (52.73% from 255) = 28.76%
BLUE value IS 111 (43.75% from 255) = 23.82%
R=47.42%
G=28.76%
B=23.82%

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
Decimal22113411100.390.500.1312.5561.865.1
HexDD866F02732Dd3e41
Octal33520615704762151576101
Binary110111011000011011011110100111110010110111011111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD866F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD866F; }

 p { color: rgb(221,134,111); }

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

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

 a { background-color: rgb(221,134,111); }

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

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

 span { border-color: rgb(221,134,111); }

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