Html Css Color HEX #DC8075 New York Pink

📋 copy color: '#DC8075'

red 220 ◦ green 128 ◦ blue 117

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

Shades of New York Pink #DC8075

Tints of New York Pink #DC8075

RGB

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

 GREEN value IS 128 (50.39% from 255) = 27.53%

 BLUE value IS 117 (46.09% from 255) = 25.16%

R = 47.31%
G = 27.53%
B = 25.16%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#DC8075 (or 0xDC8075) is known color: New York Pink. HEX triplet: DC, 80 and 75. RGB value is (220,128,117). Sum of RGB (Red+Green+Blue) = 220+128+117=465 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.31% from 465); Green value is 128 (50.39% from 255 or 27.53% from 465); Blue value is 117 (46.09% from 255 or 25.16% from 465); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8075 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC8075 is #237F8A. Grayscale: #9A9A9A. Windows color (decimal): -2326411 or 7700700. OLE color: 7700700.

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

Color convert

RGB 220 128 117 -
CMYK 0 0.42 0.47 0.14
HSL 6.41º 0.6% 0.66% -
HSV(B) 6.41º 0.47% 0.86% -
XYZ 40.45 31.94 20.86 -
YUV 154.25 106.98 174.89 -
System Red Green Blue C M Y K H S L
Decimal 220 128 117 0 0.42 0.47 0.14 6.41 0.6 0.66
Hex DC 80 75 0 2A 2F E 6 3C 42
Octal 334 200 165 0 52 57 16 6 74 102
Binary 11011100 10000000 1110101 0 101010 101111 1110 110 111100 1000010

Color Harmonies of #DC8075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8075

Black with #DC8075

Text Example


Text Example

White with #DC8075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8075; }

 p { color: rgb(220,128,117); }

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

background-color css

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

 a { background-color: rgb(220,128,117); }

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

border-color css

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

 span { border-color: rgb(220,128,117); }

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