Html Css Color HEX #DC8476 New York Pink

📋 copy color: '#DC8476'

red 220 ◦ green 132 ◦ blue 118

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

Shades of New York Pink #DC8476

Tints of New York Pink #DC8476

RGB

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

 GREEN value IS 132 (51.95% from 255) = 28.09%

 BLUE value IS 118 (46.48% from 255) = 25.11%

R = 46.81%
G = 28.09%
B = 25.11%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.46

 K value IS 0.14

RGB Variations

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

Color information

#DC8476 (or 0xDC8476) is known color: New York Pink. HEX triplet: DC, 84 and 76. RGB value is (220,132,118). Sum of RGB (Red+Green+Blue) = 220+132+118=470 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.81% from 470); Green value is 132 (51.95% from 255 or 28.09% from 470); Blue value is 118 (46.48% from 255 or 25.11% from 470); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8476 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC8476 is #237B89. Grayscale: #9C9C9C. Windows color (decimal): -2325386 or 7767260. OLE color: 7767260.

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

Color convert

RGB 220 132 118 -
CMYK 0 0.40 0.46 0.14
HSL 8.24º 0.59% 0.66% -
HSV(B) 8.24º 0.46% 0.86% -
XYZ 41.04 33.03 21.35 -
YUV 156.72 106.15 173.14 -
System Red Green Blue C M Y K H S L
Decimal 220 132 118 0 0.40 0.46 0.14 8.24 0.59 0.66
Hex DC 84 76 0 28 2E E 8 3B 42
Octal 334 204 166 0 50 56 16 10 73 102
Binary 11011100 10000100 1110110 0 101000 101110 1110 1000 111011 1000010

Color Harmonies of #DC8476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8476

Black with #DC8476

Text Example


Text Example

White with #DC8476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8476; }

 p { color: rgb(220,132,118); }

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

background-color css

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

 a { background-color: rgb(220,132,118); }

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

border-color css

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

 span { border-color: rgb(220,132,118); }

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