#DD8670

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

Shades of New York Pink #DD8670

Tints of New York Pink #DD8670

Color information

#DD8670 (or 0xDD8670) is unknown color: approx New York Pink. HEX triplet: DD, 86 and 70. RGB value is (221,134,112). Sum of RGB (Red+Green+Blue) = 221+134+112=467 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.32% from 467); Green value is 134 (52.73% from 255 or 28.69% from 467); Blue value is 112 (44.14% from 255 or 23.98% from 467); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8670 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8670 is #22798F. Grayscale: #9D9D9D. Windows color (decimal): -2259344 or 7374557. OLE color: 7374557.

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

Color convert

RGB221134112-
CMYK00.390.490.13
HSL12.11º61.58%65.29%-
HSV(B)12.11º49.32%86.67%-
XYZ41.2733.5919.64-
YUV157.5102.32173.29-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 47.32%
GREEN value IS 134 (52.73% from 255) = 28.69%
BLUE value IS 112 (44.14% from 255) = 23.98%
R=47.32%
G=28.69%
B=23.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.49
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22113411200.390.490.1312.1161.5865.29
HexDD867002731Dc3e41
Octal33520616004761151476101
Binary110111011000011011100000100111110001110111001111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD8670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD8670; }

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

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

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

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

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

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

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

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