Html Css Color HEX #DC8275 New York Pink

📋 copy color: '#DC8275'

red 220 ◦ green 130 ◦ blue 117

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

Shades of New York Pink #DC8275

Tints of New York Pink #DC8275

RGB

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

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

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

R = 47.11%
G = 27.84%
B = 25.05%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#DC8275 (or 0xDC8275) is known color: New York Pink. HEX triplet: DC, 82 and 75. RGB value is (220,130,117). Sum of RGB (Red+Green+Blue) = 220+130+117=467 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.11% from 467); Green value is 130 (51.17% from 255 or 27.84% from 467); Blue value is 117 (46.09% from 255 or 25.05% from 467); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8275 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC8275 is #237D8A. Grayscale: #9B9B9B. Windows color (decimal): -2325899 or 7701212. OLE color: 7701212.

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

Color convert

RGB 220 130 117 -
CMYK 0 0.41 0.47 0.14
HSL 7.57º 0.6% 0.66% -
HSV(B) 7.57º 0.47% 0.86% -
XYZ 40.71 32.47 20.95 -
YUV 155.43 106.32 174.06 -
System Red Green Blue C M Y K H S L
Decimal 220 130 117 0 0.41 0.47 0.14 7.57 0.6 0.66
Hex DC 82 75 0 29 2F E 8 3C 42
Octal 334 202 165 0 51 57 16 10 74 102
Binary 11011100 10000010 1110101 0 101001 101111 1110 1000 111100 1000010

Color Harmonies of #DC8275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8275

Black with #DC8275

Text Example


Text Example

White with #DC8275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8275; }

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

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

background-color css

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

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

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

border-color css

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

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

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