Html Css Color HEX #DD8971 New York Pink

📋 copy color: '#DD8971'

red 221 ◦ green 137 ◦ blue 113

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

Shades of New York Pink #DD8971

Tints of New York Pink #DD8971

RGB

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

 GREEN value IS 137 (53.91% from 255) = 29.09%

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

R = 46.92%
G = 29.09%
B = 23.99%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.49

 K value IS 0.13

RGB Variations

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

Color information

#DD8971 (or 0xDD8971) is known color: New York Pink. HEX triplet: DD, 89 and 71. RGB value is (221,137,113). Sum of RGB (Red+Green+Blue) = 221+137+113=471 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.92% from 471); Green value is 137 (53.91% from 255 or 29.09% from 471); Blue value is 113 (44.53% from 255 or 23.99% from 471); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8971 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8971 is #22768E. Grayscale: #9F9F9F. Windows color (decimal): -2258575 or 7440861. OLE color: 7440861.

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

Color convert

RGB 221 137 113 -
CMYK 0 0.38 0.49 0.13
HSL 13.33º 0.61% 0.65% -
HSV(B) 13.33º 0.49% 0.87% -
XYZ 41.75 34.46 20.07 -
YUV 159.38 101.83 171.95 -
System Red Green Blue C M Y K H S L
Decimal 221 137 113 0 0.38 0.49 0.13 13.33 0.61 0.65
Hex DD 89 71 0 26 31 D D 3D 41
Octal 335 211 161 0 46 61 15 15 75 101
Binary 11011101 10001001 1110001 0 100110 110001 1101 1101 111101 1000001

Color Harmonies of #DD8971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8971

Black with #DD8971

Text Example


Text Example

White with #DD8971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8971; }

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

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

background-color css

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

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

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

border-color css

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

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

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