Html Css Color HEX #DC8574 New York Pink

📋 copy color: '#DC8574'

red 220 ◦ green 133 ◦ blue 116

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

Shades of New York Pink #DC8574

Tints of New York Pink #DC8574

RGB

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

 GREEN value IS 133 (52.34% from 255) = 28.36%

 BLUE value IS 116 (45.7% from 255) = 24.73%

R = 46.91%
G = 28.36%
B = 24.73%

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

#DC8574 (or 0xDC8574) is known color: New York Pink. HEX triplet: DC, 85 and 74. RGB value is (220,133,116). Sum of RGB (Red+Green+Blue) = 220+133+116=469 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.91% from 469); Green value is 133 (52.34% from 255 or 28.36% from 469); Blue value is 116 (45.70% from 255 or 24.73% from 469); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8574 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC8574 is #237A8B. Grayscale: #9D9D9D. Windows color (decimal): -2325132 or 7636444. OLE color: 7636444.

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

Color convert

RGB 220 133 116 -
CMYK 0 0.40 0.47 0.14
HSL 9.81º 0.6% 0.66% -
HSV(B) 9.81º 0.47% 0.86% -
XYZ 41.06 33.25 20.78 -
YUV 157.08 104.82 172.88 -
System Red Green Blue C M Y K H S L
Decimal 220 133 116 0 0.40 0.47 0.14 9.81 0.6 0.66
Hex DC 85 74 0 28 2F E A 3C 42
Octal 334 205 164 0 50 57 16 12 74 102
Binary 11011100 10000101 1110100 0 101000 101111 1110 1010 111100 1000010

Color Harmonies of #DC8574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8574

Black with #DC8574

Text Example


Text Example

White with #DC8574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8574; }

 p { color: rgb(220,133,116); }

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

background-color css

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

 a { background-color: rgb(220,133,116); }

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

border-color css

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

 span { border-color: rgb(220,133,116); }

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