Html Css Color HEX #DC8877 New York Pink

📋 copy color: '#DC8877'

red 220 ◦ green 136 ◦ blue 119

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

Shades of New York Pink #DC8877

Tints of New York Pink #DC8877

RGB

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

 GREEN value IS 136 (53.52% from 255) = 28.63%

 BLUE value IS 119 (46.88% from 255) = 25.05%

R = 46.32%
G = 28.63%
B = 25.05%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.46

 K value IS 0.14

RGB Variations

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

Color information

#DC8877 (or 0xDC8877) is known color: New York Pink. HEX triplet: DC, 88 and 77. RGB value is (220,136,119). Sum of RGB (Red+Green+Blue) = 220+136+119=475 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.32% from 475); Green value is 136 (53.52% from 255 or 28.63% from 475); Blue value is 119 (46.88% from 255 or 25.05% from 475); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8877 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC8877 is #237788. Grayscale: #9F9F9F. Windows color (decimal): -2324361 or 7833820. OLE color: 7833820.

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

Color convert

RGB 220 136 119 -
CMYK 0 0.38 0.46 0.14
HSL 10.1º 0.59% 0.66% -
HSV(B) 10.1º 0.46% 0.86% -
XYZ 41.65 34.16 21.85 -
YUV 159.18 105.33 171.38 -
System Red Green Blue C M Y K H S L
Decimal 220 136 119 0 0.38 0.46 0.14 10.1 0.59 0.66
Hex DC 88 77 0 26 2E E A 3B 42
Octal 334 210 167 0 46 56 16 12 73 102
Binary 11011100 10001000 1110111 0 100110 101110 1110 1010 111011 1000010

Color Harmonies of #DC8877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8877

Black with #DC8877

Text Example


Text Example

White with #DC8877

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8877; }

 p { color: rgb(220,136,119); }

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

background-color css

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

 a { background-color: rgb(220,136,119); }

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

border-color css

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

 span { border-color: rgb(220,136,119); }

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