Html Css Color HEX #DD836E New York Pink

📋 copy color: '#DD836E'

red 221 ◦ green 131 ◦ blue 110

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

Shades of New York Pink #DD836E

Tints of New York Pink #DD836E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 23.81%

R = 47.84%
G = 28.35%
B = 23.81%

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

#DD836E (or 0xDD836E) is known color: New York Pink. HEX triplet: DD, 83 and 6E. RGB value is (221,131,110). Sum of RGB (Red+Green+Blue) = 221+131+110=462 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.84% from 462); Green value is 131 (51.56% from 255 or 28.35% from 462); Blue value is 110 (43.36% from 255 or 23.81% from 462); Max value from RGB is 221 - color contains mainly: red. Hex color #DD836E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD836E is #227C91. Grayscale: #9B9B9B. Windows color (decimal): -2260114 or 7242717. OLE color: 7242717.

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

Color convert

RGB 221 131 110 -
CMYK 0 0.41 0.50 0.13
HSL 11.35º 0.62% 0.65% -
HSV(B) 11.35º 0.5% 0.87% -
XYZ 40.75 32.73 18.92 -
YUV 155.52 102.32 174.71 -
System Red Green Blue C M Y K H S L
Decimal 221 131 110 0 0.41 0.50 0.13 11.35 0.62 0.65
Hex DD 83 6E 0 29 32 D B 3E 41
Octal 335 203 156 0 51 62 15 13 76 101
Binary 11011101 10000011 1101110 0 101001 110010 1101 1011 111110 1000001

Color Harmonies of #DD836E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD836E

Black with #DD836E

Text Example


Text Example

White with #DD836E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD836E; }

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

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

background-color css

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

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

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

border-color css

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

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

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