#DD8C75

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

Shades of New York Pink #DD8C75

Tints of New York Pink #DD8C75

Color information

#DD8C75 (or 0xDD8C75) is unknown color: approx New York Pink. HEX triplet: DD, 8C and 75. RGB value is (221,140,117). Sum of RGB (Red+Green+Blue) = 221+140+117=478 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.23% from 478); Green value is 140 (55.08% from 255 or 29.29% from 478); Blue value is 117 (46.09% from 255 or 24.48% from 478); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8C75 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8C75 is #22738A. Grayscale: #A1A1A1. Windows color (decimal): -2257803 or 7703773. OLE color: 7703773.

HSL color Cylindrical-coordinate representation of color #DD8C75: hue angle of 13.27º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DD8C75 is Cyan = 0, Magento = 0.37, Yellow = 0.47 and Black (K on CMYK) = 0.13.

Color convert

RGB221140117-
CMYK00.370.470.13
HSL13.27º60.47%66.27%-
HSV(B)13.27º47.06%86.67%-
XYZ42.4135.4121.43-
YUV161.6102.84170.37-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 46.23%
GREEN value IS 140 (55.08% from 255) = 29.29%
BLUE value IS 117 (46.09% from 255) = 24.48%
R=46.23%
G=29.29%
B=24.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.47
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22114011700.370.470.1313.2760.4766.27
HexDD8C750252FDd3c42
Octal33521416504557151574102
Binary110111011000110011101010100101101111110111011111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD8C75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD8C75; }

 p { color: rgb(221,140,117); }

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

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

 a { background-color: rgb(221,140,117); }

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

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

 span { border-color: rgb(221,140,117); }

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