Html Css Color HEX #DC8279 New York Pink

📋 copy color: '#DC8279'

red 220 ◦ green 130 ◦ blue 121

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

Shades of New York Pink #DC8279

Tints of New York Pink #DC8279

RGB

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

 GREEN value IS 130 (51.17% from 255) = 27.6%

 BLUE value IS 121 (47.66% from 255) = 25.69%

R = 46.71%
G = 27.6%
B = 25.69%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.45

 K value IS 0.14

RGB Variations

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

Color information

#DC8279 (or 0xDC8279) is known color: New York Pink. HEX triplet: DC, 82 and 79. RGB value is (220,130,121). Sum of RGB (Red+Green+Blue) = 220+130+121=471 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.71% from 471); Green value is 130 (51.17% from 255 or 27.60% from 471); Blue value is 121 (47.66% from 255 or 25.69% from 471); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8279 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC8279 is #237D86. Grayscale: #9C9C9C. Windows color (decimal): -2325895 or 7963356. OLE color: 7963356.

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

Color convert

RGB 220 130 121 -
CMYK 0 0.41 0.45 0.14
HSL 5.45º 0.59% 0.67% -
HSV(B) 5.45º 0.45% 0.86% -
XYZ 40.95 32.56 22.22 -
YUV 155.88 108.32 173.73 -
System Red Green Blue C M Y K H S L
Decimal 220 130 121 0 0.41 0.45 0.14 5.45 0.59 0.67
Hex DC 82 79 0 29 2D E 5 3B 43
Octal 334 202 171 0 51 55 16 5 73 103
Binary 11011100 10000010 1111001 0 101001 101101 1110 101 111011 1000011

Color Harmonies of #DC8279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8279

Black with #DC8279

Text Example


Text Example

White with #DC8279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8279; }

 p { color: rgb(220,130,121); }

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

background-color css

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

 a { background-color: rgb(220,130,121); }

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

border-color css

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

 span { border-color: rgb(220,130,121); }

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