#dd836d

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

Shades of New York Pink #DD836D

Tints of New York Pink #DD836D

Color information

#DD836D (or 0xDD836D) is unknown color: approx New York Pink. HEX triplet: DD, 83 and 6D. RGB value is (221,131,109). Sum of RGB (Red+Green+Blue) = 221+131+109=461 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.94% from 461); Green value is 131 (51.56% from 255 or 28.42% from 461); Blue value is 109 (42.97% from 255 or 23.64% from 461); Max value from RGB is 221 - color contains mainly: red. Hex color #DD836D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD836D is #227C92. Grayscale: #9B9B9B. Windows color (decimal): -2260115 or 7177181. OLE color: 7177181.

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

Color convert

RGB221131109-
CMYK00.410.510.13
HSL11.79º62.22%64.71%-
HSV(B)11.79º50.68%86.67%-
XYZ40.732.7118.64-
YUV155.4101.82174.79-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 47.94%
GREEN value IS 131 (51.56% from 255) = 28.42%
BLUE value IS 109 (42.97% from 255) = 23.64%
R=47.94%
G=28.42%
B=23.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.51
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22113110900.410.510.1311.7962.2264.71
HexDD836D02933Dc3e41
Octal33520315505163151476101
Binary110111011000001111011010101001110011110111001111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dd836d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dd836d; }

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

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

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

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

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

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

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

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