Html Css Color HEX #DC7959 Terra Cotta

📋 copy color: '#DC7959'

red 220 ◦ green 121 ◦ blue 89

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

Shades of Terra Cotta #DC7959

Tints of Terra Cotta #DC7959

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 20.7%

R = 51.16%
G = 28.14%
B = 20.7%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.60

 K value IS 0.14

RGB Variations

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

Color information

#DC7959 (or 0xDC7959) is known color: Terra Cotta. HEX triplet: DC, 79 and 59. RGB value is (220,121,89). Sum of RGB (Red+Green+Blue) = 220+121+89=430 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.16% from 430); Green value is 121 (47.66% from 255 or 28.14% from 430); Blue value is 89 (35.16% from 255 or 20.70% from 430); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7959 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC7959 is #2386A6. Grayscale: #939393. Windows color (decimal): -2328231 or 5863900. OLE color: 5863900.

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

Color convert

RGB 220 121 89 -
CMYK 0 0.45 0.60 0.14
HSL 14.66º 0.65% 0.61% -
HSV(B) 14.66º 0.6% 0.86% -
XYZ 38.16 29.61 13.16 -
YUV 146.95 95.3 180.1 -
System Red Green Blue C M Y K H S L
Decimal 220 121 89 0 0.45 0.60 0.14 14.66 0.65 0.61
Hex DC 79 59 0 2D 3C E F 41 3D
Octal 334 171 131 0 55 74 16 17 101 75
Binary 11011100 1111001 1011001 0 101101 111100 1110 1111 1000001 111101

Color Harmonies of #DC7959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7959

Black with #DC7959

Text Example


Text Example

White with #DC7959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7959; }

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

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

background-color css

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

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

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

border-color css

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

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

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