Html Css Color HEX #DD8370 New York Pink

📋 copy color: '#DD8370'

red 221 ◦ green 131 ◦ blue 112

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

Shades of New York Pink #DD8370

Tints of New York Pink #DD8370

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 24.14%

R = 47.63%
G = 28.23%
B = 24.14%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.49

 K value IS 0.13

RGB Variations

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

Color information

#DD8370 (or 0xDD8370) is known color: New York Pink. HEX triplet: DD, 83 and 70. RGB value is (221,131,112). Sum of RGB (Red+Green+Blue) = 221+131+112=464 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.63% from 464); Green value is 131 (51.56% from 255 or 28.23% from 464); Blue value is 112 (44.14% from 255 or 24.14% from 464); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8370 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8370 is #227C8F. Grayscale: #9B9B9B. Windows color (decimal): -2260112 or 7373789. OLE color: 7373789.

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

Color convert

RGB 221 131 112 -
CMYK 0 0.41 0.49 0.13
HSL 10.46º 0.62% 0.65% -
HSV(B) 10.46º 0.49% 0.87% -
XYZ 40.86 32.77 19.5 -
YUV 155.74 103.32 174.54 -
System Red Green Blue C M Y K H S L
Decimal 221 131 112 0 0.41 0.49 0.13 10.46 0.62 0.65
Hex DD 83 70 0 29 31 D A 3E 41
Octal 335 203 160 0 51 61 15 12 76 101
Binary 11011101 10000011 1110000 0 101001 110001 1101 1010 111110 1000001

Color Harmonies of #DD8370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8370

Black with #DD8370

Text Example


Text Example

White with #DD8370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8370; }

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

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

background-color css

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

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

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

border-color css

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

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

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