#DD806D

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

Shades of New York Pink #DD806D

Tints of New York Pink #DD806D

Color information

#DD806D (or 0xDD806D) is unknown color: approx New York Pink. HEX triplet: DD, 80 and 6D. RGB value is (221,128,109). Sum of RGB (Red+Green+Blue) = 221+128+109=458 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.25% from 458); Green value is 128 (50.39% from 255 or 27.95% from 458); Blue value is 109 (42.97% from 255 or 23.80% from 458); Max value from RGB is 221 - color contains mainly: red. Hex color #DD806D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD806D is #227F92. Grayscale: #999999. Windows color (decimal): -2260883 or 7176413. OLE color: 7176413.

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

Color convert

RGB221128109-
CMYK00.420.510.13
HSL10.18º62.22%64.71%-
HSV(B)10.18º50.68%86.67%-
XYZ40.331.9118.5-
YUV153.64102.81176.04-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 48.25%
GREEN value IS 128 (50.39% from 255) = 27.95%
BLUE value IS 109 (42.97% from 255) = 23.80%
R=48.25%
G=27.95%
B=23.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.51
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22112810900.420.510.1310.1862.2264.71
HexDD806D02A33Da3e41
Octal33520015505263151276101
Binary110111011000000011011010101010110011110110101111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD806D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD806D; }

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

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

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

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

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

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

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

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