Html Css Color HEX #DC8175 New York Pink

📋 copy color: '#DC8175'

red 220 ◦ green 129 ◦ blue 117

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

Shades of New York Pink #DC8175

Tints of New York Pink #DC8175

RGB

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

 GREEN value IS 129 (50.78% from 255) = 27.68%

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

R = 47.21%
G = 27.68%
B = 25.11%

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

#DC8175 (or 0xDC8175) is known color: New York Pink. HEX triplet: DC, 81 and 75. RGB value is (220,129,117). Sum of RGB (Red+Green+Blue) = 220+129+117=466 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.21% from 466); Green value is 129 (50.78% from 255 or 27.68% from 466); Blue value is 117 (46.09% from 255 or 25.11% from 466); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8175 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC8175 is #237E8A. Grayscale: #9A9A9A. Windows color (decimal): -2326155 or 7700956. OLE color: 7700956.

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

Color convert

RGB 220 129 117 -
CMYK 0 0.41 0.47 0.14
HSL 6.99º 0.6% 0.66% -
HSV(B) 6.99º 0.47% 0.86% -
XYZ 40.58 32.2 20.91 -
YUV 154.84 106.65 174.48 -
System Red Green Blue C M Y K H S L
Decimal 220 129 117 0 0.41 0.47 0.14 6.99 0.6 0.66
Hex DC 81 75 0 29 2F E 7 3C 42
Octal 334 201 165 0 51 57 16 7 74 102
Binary 11011100 10000001 1110101 0 101001 101111 1110 111 111100 1000010

Color Harmonies of #DC8175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8175

Black with #DC8175

Text Example


Text Example

White with #DC8175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8175; }

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

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

background-color css

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

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

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

border-color css

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

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

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