Html Css Color HEX #DC8774 New York Pink

📋 copy color: '#DC8774'

red 220 ◦ green 135 ◦ blue 116

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

Shades of New York Pink #DC8774

Tints of New York Pink #DC8774

RGB

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

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

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

R = 46.71%
G = 28.66%
B = 24.63%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#DC8774 (or 0xDC8774) is known color: New York Pink. HEX triplet: DC, 87 and 74. RGB value is (220,135,116). Sum of RGB (Red+Green+Blue) = 220+135+116=471 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.71% from 471); Green value is 135 (53.12% from 255 or 28.66% from 471); Blue value is 116 (45.70% from 255 or 24.63% from 471); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8774 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC8774 is #23788B. Grayscale: #9E9E9E. Windows color (decimal): -2324620 or 7636956. OLE color: 7636956.

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

Color convert

RGB 220 135 116 -
CMYK 0 0.39 0.47 0.14
HSL 10.96º 0.6% 0.66% -
HSV(B) 10.96º 0.47% 0.86% -
XYZ 41.33 33.8 20.87 -
YUV 158.25 104.16 172.04 -
System Red Green Blue C M Y K H S L
Decimal 220 135 116 0 0.39 0.47 0.14 10.96 0.6 0.66
Hex DC 87 74 0 27 2F E B 3C 42
Octal 334 207 164 0 47 57 16 13 74 102
Binary 11011100 10000111 1110100 0 100111 101111 1110 1011 111100 1000010

Color Harmonies of #DC8774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8774

Black with #DC8774

Text Example


Text Example

White with #DC8774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8774; }

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

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

background-color css

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

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

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

border-color css

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

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

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