Shades of Terra Cotta #DC735C
Tints of Terra Cotta #DC735C
RGB
CMYK
RGB Variations
Color information
#DC735C (or 0xDC735C) is known color: Terra Cotta. HEX triplet: DC, 73 and 5C. RGB value is (220,115,92). Sum of RGB (Red+Green+Blue) = 220+115+92=427 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.52% from 427); Green value is 115 (45.31% from 255 or 26.93% from 427); Blue value is 92 (36.33% from 255 or 21.55% from 427); Max value from RGB is 220 - color contains mainly: red. Hex color #DC735C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC735C is #238CA3. Grayscale: #8F8F8F. Windows color (decimal): -2329764 or 6058972. OLE color: 6058972.
HSL color Cylindrical-coordinate representation of color #DC735C: hue angle of 10.78º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DC735C is Cyan = 0, Magento = 0.48, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 115 | 92 | - |
| CMYK | 0 | 0.48 | 0.58 | 0.14 |
| HSL | 10.78º | 0.65% | 0.61% | - |
| HSV(B) | 10.78º | 0.58% | 0.86% | - |
| XYZ | 37.58 | 28.25 | 13.6 | - |
| YUV | 143.77 | 98.79 | 182.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 115 | 92 | 0 | 0.48 | 0.58 | 0.14 | 10.78 | 0.65 | 0.61 |
| Hex | DC | 73 | 5C | 0 | 30 | 3A | E | B | 41 | 3D |
| Octal | 334 | 163 | 134 | 0 | 60 | 72 | 16 | 13 | 101 | 75 |
| Binary | 11011100 | 1110011 | 1011100 | 0 | 110000 | 111010 | 1110 | 1011 | 1000001 | 111101 |
Color Harmonies of #DC735C
Complementary color
Monochromatic Colors of #DC735C
Black with #DC735C
Text Example
Text Example
White with #DC735C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC735C; }
p { color: rgb(220,115,92); }
H1.HeaderClassName
{
color: #DC735C;
}
.AnyTagClassName
{
color: #DC735C;
}
</style>
background-color css
<style>
a { background-color: #DC735C; }
a { background-color: rgb(220,115,92); }
div.DivClassName
{
background-color: #DC735C;
}
.BgClassName
{
background-color: #DC735C;
}
</style>
border-color css
<style>
span { border-color: #DC735C; }
span { border-color: rgb(220,115,92); }
td.TdClassName
{
border-color: #DC735C;
}
.TagClassName
{
border-color: #DC735C;
}
</style>