Html Css Color HEX #DC8173 New York Pink

📋 copy color: '#DC8173'

red 220 ◦ green 129 ◦ blue 115

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

Shades of New York Pink #DC8173

Tints of New York Pink #DC8173

RGB

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

 GREEN value IS 129 (50.78% from 255) = 27.8%

 BLUE value IS 115 (45.31% from 255) = 24.78%

R = 47.41%
G = 27.8%
B = 24.78%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.48

 K value IS 0.14

RGB Variations

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

Color information

#DC8173 (or 0xDC8173) is known color: New York Pink. HEX triplet: DC, 81 and 73. RGB value is (220,129,115). Sum of RGB (Red+Green+Blue) = 220+129+115=464 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.41% from 464); Green value is 129 (50.78% from 255 or 27.80% from 464); Blue value is 115 (45.31% from 255 or 24.78% from 464); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8173 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC8173 is #237E8C. Grayscale: #9A9A9A. Windows color (decimal): -2326157 or 7569884. OLE color: 7569884.

HSL color Cylindrical-coordinate representation of color #DC8173: hue angle of 8º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DC8173 is Cyan = 0, Magento = 0.41, Yellow = 0.48 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 129 115 -
CMYK 0 0.41 0.48 0.14
HSL 0.6% 0.66% -
HSV(B) 0.48% 0.86% -
XYZ 40.46 32.15 20.29 -
YUV 154.61 105.65 174.64 -
System Red Green Blue C M Y K H S L
Decimal 220 129 115 0 0.41 0.48 0.14 8 0.6 0.66
Hex DC 81 73 0 29 30 E 8 3C 42
Octal 334 201 163 0 51 60 16 10 74 102
Binary 11011100 10000001 1110011 0 101001 110000 1110 1000 111100 1000010

Color Harmonies of #DC8173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8173

Black with #DC8173

Text Example


Text Example

White with #DC8173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8173; }

 p { color: rgb(220,129,115); }

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

background-color css

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

 a { background-color: rgb(220,129,115); }

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

border-color css

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

 span { border-color: rgb(220,129,115); }

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