Html Css Color HEX #DC8773 New York Pink

📋 copy color: '#DC8773'

red 220 ◦ green 135 ◦ blue 115

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

Shades of New York Pink #DC8773

Tints of New York Pink #DC8773

RGB

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

 GREEN value IS 135 (53.13% from 255) = 28.72%

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

R = 46.81%
G = 28.72%
B = 24.47%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.48

 K value IS 0.14

RGB Variations

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

Color information

#DC8773 (or 0xDC8773) is known color: New York Pink. HEX triplet: DC, 87 and 73. RGB value is (220,135,115). Sum of RGB (Red+Green+Blue) = 220+135+115=470 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.81% from 470); Green value is 135 (53.12% from 255 or 28.72% from 470); Blue value is 115 (45.31% from 255 or 24.47% from 470); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8773 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC8773 is #23788C. Grayscale: #9E9E9E. Windows color (decimal): -2324621 or 7571420. OLE color: 7571420.

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

Color convert

RGB 220 135 115 -
CMYK 0 0.39 0.48 0.14
HSL 11.43º 0.6% 0.66% -
HSV(B) 11.43º 0.48% 0.86% -
XYZ 41.27 33.78 20.56 -
YUV 158.14 103.66 172.13 -
System Red Green Blue C M Y K H S L
Decimal 220 135 115 0 0.39 0.48 0.14 11.43 0.6 0.66
Hex DC 87 73 0 27 30 E B 3C 42
Octal 334 207 163 0 47 60 16 13 74 102
Binary 11011100 10000111 1110011 0 100111 110000 1110 1011 111100 1000010

Color Harmonies of #DC8773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8773

Black with #DC8773

Text Example


Text Example

White with #DC8773

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8773; }

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

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

background-color css

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

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

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

border-color css

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

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

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