Html Css Color HEX #DC8475 New York Pink

📋 copy color: '#DC8475'

red 220 ◦ green 132 ◦ blue 117

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

Shades of New York Pink #DC8475

Tints of New York Pink #DC8475

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 24.95%

R = 46.91%
G = 28.14%
B = 24.95%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#DC8475 (or 0xDC8475) is known color: New York Pink. HEX triplet: DC, 84 and 75. RGB value is (220,132,117). Sum of RGB (Red+Green+Blue) = 220+132+117=469 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.91% from 469); Green value is 132 (51.95% from 255 or 28.14% from 469); Blue value is 117 (46.09% from 255 or 24.95% from 469); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8475 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC8475 is #237B8A. Grayscale: #9C9C9C. Windows color (decimal): -2325387 or 7701724. OLE color: 7701724.

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

Color convert

RGB 220 132 117 -
CMYK 0 0.40 0.47 0.14
HSL 8.74º 0.6% 0.66% -
HSV(B) 8.74º 0.47% 0.86% -
XYZ 40.98 33 21.04 -
YUV 156.6 105.65 173.22 -
System Red Green Blue C M Y K H S L
Decimal 220 132 117 0 0.40 0.47 0.14 8.74 0.6 0.66
Hex DC 84 75 0 28 2F E 9 3C 42
Octal 334 204 165 0 50 57 16 11 74 102
Binary 11011100 10000100 1110101 0 101000 101111 1110 1001 111100 1000010

Color Harmonies of #DC8475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8475

Black with #DC8475

Text Example


Text Example

White with #DC8475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8475; }

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

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

background-color css

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

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

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

border-color css

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

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

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