Html Css Color HEX #DC796E New York Pink

📋 copy color: '#DC796E'

red 220 ◦ green 121 ◦ blue 110

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

Shades of New York Pink #DC796E

Tints of New York Pink #DC796E

RGB

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

 GREEN value IS 121 (47.66% from 255) = 26.83%

 BLUE value IS 110 (43.36% from 255) = 24.39%

R = 48.78%
G = 26.83%
B = 24.39%

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

#DC796E (or 0xDC796E) is known color: New York Pink. HEX triplet: DC, 79 and 6E. RGB value is (220,121,110). Sum of RGB (Red+Green+Blue) = 220+121+110=451 (59% of max value = 765). Red value is 220 (86.33% from 255 or 48.78% from 451); Green value is 121 (47.66% from 255 or 26.83% from 451); Blue value is 110 (43.36% from 255 or 24.39% from 451); Max value from RGB is 220 - color contains mainly: red. Hex color #DC796E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC796E is #238691. Grayscale: #959595. Windows color (decimal): -2328210 or 7240156. OLE color: 7240156.

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

Color convert

RGB 220 121 110 -
CMYK 0 0.45 0.50 0.14
HSL 0.61% 0.65% -
HSV(B) 0.5% 0.86% -
XYZ 39.17 30.02 18.48 -
YUV 149.35 105.8 178.39 -
System Red Green Blue C M Y K H S L
Decimal 220 121 110 0 0.45 0.50 0.14 6 0.61 0.65
Hex DC 79 6E 0 2D 32 E 6 3D 41
Octal 334 171 156 0 55 62 16 6 75 101
Binary 11011100 1111001 1101110 0 101101 110010 1110 110 111101 1000001

Color Harmonies of #DC796E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC796E

Black with #DC796E

Text Example


Text Example

White with #DC796E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC796E; }

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

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

background-color css

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

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

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

border-color css

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

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

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