Html Css Color HEX #DC8679 New York Pink

📋 copy color: '#DC8679'

red 220 ◦ green 134 ◦ blue 121

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

Shades of New York Pink #DC8679

Tints of New York Pink #DC8679

RGB

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

 GREEN value IS 134 (52.73% from 255) = 28.21%

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

R = 46.32%
G = 28.21%
B = 25.47%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.45

 K value IS 0.14

RGB Variations

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

Color information

#DC8679 (or 0xDC8679) is known color: New York Pink. HEX triplet: DC, 86 and 79. RGB value is (220,134,121). Sum of RGB (Red+Green+Blue) = 220+134+121=475 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.32% from 475); Green value is 134 (52.73% from 255 or 28.21% from 475); Blue value is 121 (47.66% from 255 or 25.47% from 475); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8679 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC8679 is #237986. Grayscale: #9E9E9E. Windows color (decimal): -2324871 or 7964380. OLE color: 7964380.

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

Color convert

RGB 220 134 121 -
CMYK 0 0.39 0.45 0.14
HSL 7.88º 0.59% 0.67% -
HSV(B) 7.88º 0.45% 0.86% -
XYZ 41.49 33.65 22.4 -
YUV 158.23 106.99 172.06 -
System Red Green Blue C M Y K H S L
Decimal 220 134 121 0 0.39 0.45 0.14 7.88 0.59 0.67
Hex DC 86 79 0 27 2D E 8 3B 43
Octal 334 206 171 0 47 55 16 10 73 103
Binary 11011100 10000110 1111001 0 100111 101101 1110 1000 111011 1000011

Color Harmonies of #DC8679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8679

Black with #DC8679

Text Example


Text Example

White with #DC8679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8679; }

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

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

background-color css

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

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

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

border-color css

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

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

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