Html Css Color HEX #DC796B New York Pink

📋 copy color: '#DC796B'

red 220 ◦ green 121 ◦ blue 107

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

Shades of New York Pink #DC796B

Tints of New York Pink #DC796B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 23.88%

R = 49.11%
G = 27.01%
B = 23.88%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.51

 K value IS 0.14

RGB Variations

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

Color information

#DC796B (or 0xDC796B) is known color: New York Pink. HEX triplet: DC, 79 and 6B. RGB value is (220,121,107). Sum of RGB (Red+Green+Blue) = 220+121+107=448 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.11% from 448); Green value is 121 (47.66% from 255 or 27.01% from 448); Blue value is 107 (42.19% from 255 or 23.88% from 448); Max value from RGB is 220 - color contains mainly: red. Hex color #DC796B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC796B is #238694. Grayscale: #959595. Windows color (decimal): -2328213 or 7043548. OLE color: 7043548.

HSL color Cylindrical-coordinate representation of color #DC796B: hue angle of 7.43º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DC796B is Cyan = 0, Magento = 0.45, Yellow = 0.51 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 121 107 -
CMYK 0 0.45 0.51 0.14
HSL 7.43º 0.62% 0.64% -
HSV(B) 7.43º 0.51% 0.86% -
XYZ 39.01 29.95 17.64 -
YUV 149.01 104.3 178.64 -
System Red Green Blue C M Y K H S L
Decimal 220 121 107 0 0.45 0.51 0.14 7.43 0.62 0.64
Hex DC 79 6B 0 2D 33 E 7 3E 40
Octal 334 171 153 0 55 63 16 7 76 100
Binary 11011100 1111001 1101011 0 101101 110011 1110 111 111110 1000000

Color Harmonies of #DC796B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC796B

Black with #DC796B

Text Example


Text Example

White with #DC796B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC796B; }

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

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

background-color css

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

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

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

border-color css

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

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

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