Html Css Color HEX #DC8277 New York Pink

📋 copy color: '#DC8277'

red 220 ◦ green 130 ◦ blue 119

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

Shades of New York Pink #DC8277

Tints of New York Pink #DC8277

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 25.37%

R = 46.91%
G = 27.72%
B = 25.37%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.46

 K value IS 0.14

RGB Variations

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

Color information

#DC8277 (or 0xDC8277) is known color: New York Pink. HEX triplet: DC, 82 and 77. RGB value is (220,130,119). Sum of RGB (Red+Green+Blue) = 220+130+119=469 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.91% from 469); Green value is 130 (51.17% from 255 or 27.72% from 469); Blue value is 119 (46.88% from 255 or 25.37% from 469); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8277 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC8277 is #237D88. Grayscale: #9B9B9B. Windows color (decimal): -2325897 or 7832284. OLE color: 7832284.

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

Color convert

RGB 220 130 119 -
CMYK 0 0.41 0.46 0.14
HSL 6.53º 0.59% 0.66% -
HSV(B) 6.53º 0.46% 0.86% -
XYZ 40.83 32.51 21.58 -
YUV 155.66 107.32 173.89 -
System Red Green Blue C M Y K H S L
Decimal 220 130 119 0 0.41 0.46 0.14 6.53 0.59 0.66
Hex DC 82 77 0 29 2E E 7 3B 42
Octal 334 202 167 0 51 56 16 7 73 102
Binary 11011100 10000010 1110111 0 101001 101110 1110 111 111011 1000010

Color Harmonies of #DC8277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8277

Black with #DC8277

Text Example


Text Example

White with #DC8277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8277; }

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

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

background-color css

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

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

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

border-color css

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

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

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