#DD7C6D

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

Shades of New York Pink #DD7C6D

Tints of New York Pink #DD7C6D

Color information

#DD7C6D (or 0xDD7C6D) is unknown color: approx New York Pink. HEX triplet: DD, 7C and 6D. RGB value is (221,124,109). Sum of RGB (Red+Green+Blue) = 221+124+109=454 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.68% from 454); Green value is 124 (48.83% from 255 or 27.31% from 454); Blue value is 109 (42.97% from 255 or 24.01% from 454); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7C6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7C6D is #228392. Grayscale: #979797. Windows color (decimal): -2261907 or 7175389. OLE color: 7175389.

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

Color convert

RGB221124109-
CMYK00.440.510.13
HSL8.04º62.22%64.71%-
HSV(B)8.04º50.68%86.67%-
XYZ39.7930.8918.33-
YUV151.29104.14177.72-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 48.68%
GREEN value IS 124 (48.83% from 255) = 27.31%
BLUE value IS 109 (42.97% from 255) = 24.01%
R=48.68%
G=27.31%
B=24.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.51
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22112410900.440.510.138.0462.2264.71
HexDD7C6D02C33D83e41
Octal33517415505463151076101
Binary11011101111110011011010101100110011110110001111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD7C6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD7C6D; }

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

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

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

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

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

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

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

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