Html Css Color HEX #DC786D New York Pink

📋 copy color: '#DC786D'

red 220 ◦ green 120 ◦ blue 109

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

Shades of New York Pink #DC786D

Tints of New York Pink #DC786D

RGB

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

 GREEN value IS 120 (47.27% from 255) = 26.73%

 BLUE value IS 109 (42.97% from 255) = 24.28%

R = 49%
G = 26.73%
B = 24.28%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.50

 K value IS 0.14

RGB Variations

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

Color information

#DC786D (or 0xDC786D) is known color: New York Pink. HEX triplet: DC, 78 and 6D. RGB value is (220,120,109). Sum of RGB (Red+Green+Blue) = 220+120+109=449 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.00% from 449); Green value is 120 (47.27% from 255 or 26.73% from 449); Blue value is 109 (42.97% from 255 or 24.28% from 449); Max value from RGB is 220 - color contains mainly: red. Hex color #DC786D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC786D is #238792. Grayscale: #949494. Windows color (decimal): -2328467 or 7174364. OLE color: 7174364.

HSL color Cylindrical-coordinate representation of color #DC786D: hue angle of 5.95º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DC786D is Cyan = 0, Magento = 0.45, Yellow = 0.50 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 120 109 -
CMYK 0 0.45 0.50 0.14
HSL 5.95º 0.61% 0.65% -
HSV(B) 5.95º 0.5% 0.86% -
XYZ 38.99 29.75 18.16 -
YUV 148.65 105.63 178.89 -
System Red Green Blue C M Y K H S L
Decimal 220 120 109 0 0.45 0.50 0.14 5.95 0.61 0.65
Hex DC 78 6D 0 2D 32 E 6 3D 41
Octal 334 170 155 0 55 62 16 6 75 101
Binary 11011100 1111000 1101101 0 101101 110010 1110 110 111101 1000001

Color Harmonies of #DC786D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC786D

Black with #DC786D

Text Example


Text Example

White with #DC786D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC786D; }

 p { color: rgb(220,120,109); }

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

background-color css

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

 a { background-color: rgb(220,120,109); }

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

border-color css

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

 span { border-color: rgb(220,120,109); }

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