Html Css Color HEX #DC8A78 New York Pink

📋 copy color: '#DC8A78'

red 220 ◦ green 138 ◦ blue 120

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

Shades of New York Pink #DC8A78

Tints of New York Pink #DC8A78

RGB

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

 GREEN value IS 138 (54.3% from 255) = 28.87%

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

R = 46.03%
G = 28.87%
B = 25.1%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.45

 K value IS 0.14

RGB Variations

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

Color information

#DC8A78 (or 0xDC8A78) is known color: New York Pink. HEX triplet: DC, 8A and 78. RGB value is (220,138,120). Sum of RGB (Red+Green+Blue) = 220+138+120=478 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.03% from 478); Green value is 138 (54.30% from 255 or 28.87% from 478); Blue value is 120 (47.27% from 255 or 25.10% from 478); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8A78 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC8A78 is #237587. Grayscale: #A0A0A0. Windows color (decimal): -2323848 or 7899868. OLE color: 7899868.

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

Color convert

RGB 220 138 120 -
CMYK 0 0.37 0.45 0.14
HSL 10.8º 0.59% 0.67% -
HSV(B) 10.8º 0.45% 0.86% -
XYZ 41.99 34.75 22.26 -
YUV 160.47 105.17 170.46 -
System Red Green Blue C M Y K H S L
Decimal 220 138 120 0 0.37 0.45 0.14 10.8 0.59 0.67
Hex DC 8A 78 0 25 2D E B 3B 43
Octal 334 212 170 0 45 55 16 13 73 103
Binary 11011100 10001010 1111000 0 100101 101101 1110 1011 111011 1000011

Color Harmonies of #DC8A78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8A78

Black with #DC8A78

Text Example


Text Example

White with #DC8A78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8A78; }

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

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

background-color css

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

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

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

border-color css

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

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

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