Html Css Color HEX #DD8771 New York Pink

📋 copy color: '#DD8771'

red 221 ◦ green 135 ◦ blue 113

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

Shades of New York Pink #DD8771

Tints of New York Pink #DD8771

RGB

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

 GREEN value IS 135 (53.13% from 255) = 28.78%

 BLUE value IS 113 (44.53% from 255) = 24.09%

R = 47.12%
G = 28.78%
B = 24.09%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.49

 K value IS 0.13

RGB Variations

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

Color information

#DD8771 (or 0xDD8771) is known color: New York Pink. HEX triplet: DD, 87 and 71. RGB value is (221,135,113). Sum of RGB (Red+Green+Blue) = 221+135+113=469 (62% of max value = 765). Red value is 221 (86.72% from 255 or 47.12% from 469); Green value is 135 (53.12% from 255 or 28.78% from 469); Blue value is 113 (44.53% from 255 or 24.09% from 469); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8771 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8771 is #22788E. Grayscale: #9E9E9E. Windows color (decimal): -2259087 or 7440349. OLE color: 7440349.

HSL color Cylindrical-coordinate representation of color #DD8771: hue angle of 12.22º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DD8771 is Cyan = 0, Magento = 0.39, Yellow = 0.49 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 135 113 -
CMYK 0 0.39 0.49 0.13
HSL 12.22º 0.61% 0.65% -
HSV(B) 12.22º 0.49% 0.87% -
XYZ 41.46 33.89 19.98 -
YUV 158.21 102.49 172.79 -
System Red Green Blue C M Y K H S L
Decimal 221 135 113 0 0.39 0.49 0.13 12.22 0.61 0.65
Hex DD 87 71 0 27 31 D C 3D 41
Octal 335 207 161 0 47 61 15 14 75 101
Binary 11011101 10000111 1110001 0 100111 110001 1101 1100 111101 1000001

Color Harmonies of #DD8771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8771

Black with #DD8771

Text Example


Text Example

White with #DD8771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8771; }

 p { color: rgb(221,135,113); }

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

background-color css

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

 a { background-color: rgb(221,135,113); }

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

border-color css

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

 span { border-color: rgb(221,135,113); }

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