Html Css Color HEX #DD836F New York Pink

📋 copy color: '#DD836F'

red 221 ◦ green 131 ◦ blue 111

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

Shades of New York Pink #DD836F

Tints of New York Pink #DD836F

RGB

 RED value IS 221 (86.72% from 255) = 47.73%

 GREEN value IS 131 (51.56% from 255) = 28.29%

 BLUE value IS 111 (43.75% from 255) = 23.97%

R = 47.73%
G = 28.29%
B = 23.97%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.50

 K value IS 0.13

RGB Variations

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

Color information

#DD836F (or 0xDD836F) is known color: New York Pink. HEX triplet: DD, 83 and 6F. RGB value is (221,131,111). Sum of RGB (Red+Green+Blue) = 221+131+111=463 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.73% from 463); Green value is 131 (51.56% from 255 or 28.29% from 463); Blue value is 111 (43.75% from 255 or 23.97% from 463); Max value from RGB is 221 - color contains mainly: red. Hex color #DD836F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD836F is #227C90. Grayscale: #9B9B9B. Windows color (decimal): -2260113 or 7308253. OLE color: 7308253.

HSL color Cylindrical-coordinate representation of color #DD836F: hue angle of 10.91º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DD836F is Cyan = 0, Magento = 0.41, Yellow = 0.50 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 131 111 -
CMYK 0 0.41 0.50 0.13
HSL 10.91º 0.62% 0.65% -
HSV(B) 10.91º 0.5% 0.87% -
XYZ 40.8 32.75 19.21 -
YUV 155.63 102.82 174.63 -
System Red Green Blue C M Y K H S L
Decimal 221 131 111 0 0.41 0.50 0.13 10.91 0.62 0.65
Hex DD 83 6F 0 29 32 D B 3E 41
Octal 335 203 157 0 51 62 15 13 76 101
Binary 11011101 10000011 1101111 0 101001 110010 1101 1011 111110 1000001

Color Harmonies of #DD836F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD836F

Black with #DD836F

Text Example


Text Example

White with #DD836F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD836F; }

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

 H1.HeaderClassName
 {
   color: #DD836F;
 }
 .AnyTagClassName
 {
   color: #DD836F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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