#dd836c

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

Shades of New York Pink #DD836C

Tints of New York Pink #DD836C

Color information

#DD836C (or 0xDD836C) is unknown color: approx New York Pink. HEX triplet: DD, 83 and 6C. RGB value is (221,131,108). Sum of RGB (Red+Green+Blue) = 221+131+108=460 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.04% from 460); Green value is 131 (51.56% from 255 or 28.48% from 460); Blue value is 108 (42.58% from 255 or 23.48% from 460); Max value from RGB is 221 - color contains mainly: red. Hex color #DD836C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD836C is #227C93. Grayscale: #9B9B9B. Windows color (decimal): -2260116 or 7111645. OLE color: 7111645.

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

Color convert

RGB221131108-
CMYK00.410.510.13
HSL12.21º62.43%64.51%-
HSV(B)12.21º51.13%86.67%-
XYZ40.6432.6918.35-
YUV155.29101.32174.87-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 48.04%
GREEN value IS 131 (51.56% from 255) = 28.48%
BLUE value IS 108 (42.58% from 255) = 23.48%
R=48.04%
G=28.48%
B=23.48%

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
Decimal22113110800.410.510.1312.2162.4364.51
HexDD836C02933Dc3e41
Octal33520315405163151476101
Binary110111011000001111011000101001110011110111001111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dd836c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dd836c; }

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

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

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

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

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

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

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

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