Html Css Color HEX #DC8D78 New York Pink

📋 copy color: '#DC8D78'

red 220 ◦ green 141 ◦ blue 120

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

Shades of New York Pink #DC8D78

Tints of New York Pink #DC8D78

RGB

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

 GREEN value IS 141 (55.47% from 255) = 29.31%

 BLUE value IS 120 (47.27% from 255) = 24.95%

R = 45.74%
G = 29.31%
B = 24.95%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.45

 K value IS 0.14

RGB Variations

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

Color information

#DC8D78 (or 0xDC8D78) is known color: New York Pink. HEX triplet: DC, 8D and 78. RGB value is (220,141,120). Sum of RGB (Red+Green+Blue) = 220+141+120=481 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.74% from 481); Green value is 141 (55.47% from 255 or 29.31% from 481); Blue value is 120 (47.27% from 255 or 24.95% from 481); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8D78 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC8D78 is #237287. Grayscale: #A2A2A2. Windows color (decimal): -2323080 or 7900636. OLE color: 7900636.

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

Color convert

RGB 220 141 120 -
CMYK 0 0.36 0.45 0.14
HSL 12.6º 0.59% 0.67% -
HSV(B) 12.6º 0.45% 0.86% -
XYZ 42.43 35.62 22.41 -
YUV 162.23 104.17 169.21 -
System Red Green Blue C M Y K H S L
Decimal 220 141 120 0 0.36 0.45 0.14 12.6 0.59 0.67
Hex DC 8D 78 0 24 2D E D 3B 43
Octal 334 215 170 0 44 55 16 15 73 103
Binary 11011100 10001101 1111000 0 100100 101101 1110 1101 111011 1000011

Color Harmonies of #DC8D78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8D78

Black with #DC8D78

Text Example


Text Example

White with #DC8D78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8D78; }

 p { color: rgb(220,141,120); }

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

background-color css

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

 a { background-color: rgb(220,141,120); }

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

border-color css

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

 span { border-color: rgb(220,141,120); }

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