Html Css Color HEX #DC8670 New York Pink

📋 copy color: '#DC8670'

red 220 ◦ green 134 ◦ blue 112

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

Shades of New York Pink #DC8670

Tints of New York Pink #DC8670

RGB

 RED value IS 220 (86.33% from 255) = 47.21%

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

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

R = 47.21%
G = 28.76%
B = 24.03%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.49

 K value IS 0.14

RGB Variations

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

Color information

#DC8670 (or 0xDC8670) is known color: New York Pink. HEX triplet: DC, 86 and 70. RGB value is (220,134,112). Sum of RGB (Red+Green+Blue) = 220+134+112=466 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.21% from 466); Green value is 134 (52.73% from 255 or 28.76% from 466); Blue value is 112 (44.14% from 255 or 24.03% from 466); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8670 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC8670 is #23798F. Grayscale: #9D9D9D. Windows color (decimal): -2324880 or 7374556. OLE color: 7374556.

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

Color convert

RGB 220 134 112 -
CMYK 0 0.39 0.49 0.14
HSL 12.22º 0.61% 0.65% -
HSV(B) 12.22º 0.49% 0.86% -
XYZ 40.96 33.44 19.62 -
YUV 157.21 102.49 172.79 -
System Red Green Blue C M Y K H S L
Decimal 220 134 112 0 0.39 0.49 0.14 12.22 0.61 0.65
Hex DC 86 70 0 27 31 E C 3D 41
Octal 334 206 160 0 47 61 16 14 75 101
Binary 11011100 10000110 1110000 0 100111 110001 1110 1100 111101 1000001

Color Harmonies of #DC8670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8670

Black with #DC8670

Text Example


Text Example

White with #DC8670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8670; }

 p { color: rgb(220,134,112); }

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

background-color css

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

 a { background-color: rgb(220,134,112); }

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

border-color css

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

 span { border-color: rgb(220,134,112); }

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