Html Css Color HEX #DD8671 New York Pink

📋 copy color: '#DD8671'

red 221 ◦ green 134 ◦ blue 113

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

Shades of New York Pink #DD8671

Tints of New York Pink #DD8671

RGB

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

 GREEN value IS 134 (52.73% from 255) = 28.63%

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

R = 47.22%
G = 28.63%
B = 24.15%

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

#DD8671 (or 0xDD8671) is known color: New York Pink. HEX triplet: DD, 86 and 71. RGB value is (221,134,113). Sum of RGB (Red+Green+Blue) = 221+134+113=468 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.22% from 468); Green value is 134 (52.73% from 255 or 28.63% from 468); Blue value is 113 (44.53% from 255 or 24.15% from 468); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8671 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8671 is #22798E. Grayscale: #9D9D9D. Windows color (decimal): -2259343 or 7440093. OLE color: 7440093.

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

Color convert

RGB 221 134 113 -
CMYK 0 0.39 0.49 0.13
HSL 11.67º 0.61% 0.65% -
HSV(B) 11.67º 0.49% 0.87% -
XYZ 41.32 33.61 19.93 -
YUV 157.62 102.82 173.21 -
System Red Green Blue C M Y K H S L
Decimal 221 134 113 0 0.39 0.49 0.13 11.67 0.61 0.65
Hex DD 86 71 0 27 31 D C 3D 41
Octal 335 206 161 0 47 61 15 14 75 101
Binary 11011101 10000110 1110001 0 100111 110001 1101 1100 111101 1000001

Color Harmonies of #DD8671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8671

Black with #DD8671

Text Example


Text Example

White with #DD8671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8671; }

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

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

background-color css

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

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

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

border-color css

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

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

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