Html Css Color HEX #DD836D New York Pink

📋 copy color: '#DD836D'

red 221 ◦ green 131 ◦ blue 109

#DD836D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of New York Pink #DD836D

Tints of New York Pink #DD836D

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 value IS 0

 M value IS 0.41

 Y value IS 0.51

 K value IS 0.13

RGB Variations

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

Color information

#DD836D (or 0xDD836D) is known color: 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

RGB 221 131 109 -
CMYK 0 0.41 0.51 0.13
HSL 11.79º 0.62% 0.65% -
HSV(B) 11.79º 0.51% 0.87% -
XYZ 40.7 32.71 18.64 -
YUV 155.4 101.82 174.79 -
System Red Green Blue C M Y K H S L
Decimal 221 131 109 0 0.41 0.51 0.13 11.79 0.62 0.65
Hex DD 83 6D 0 29 33 D C 3E 41
Octal 335 203 155 0 51 63 15 14 76 101
Binary 11011101 10000011 1101101 0 101001 110011 1101 1100 111110 1000001

Color Harmonies of #DD836D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD836D

Black with #DD836D

Text Example


Text Example

White with #DD836D

Text Example


Text Example

HTML Codes & Css Web 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>