Shades of Terra Cotta #DC755D
Tints of Terra Cotta #DC755D
RGB
CMYK
RGB Variations
Color information
#DC755D (or 0xDC755D) is known color: Terra Cotta. HEX triplet: DC, 75 and 5D. RGB value is (220,117,93). Sum of RGB (Red+Green+Blue) = 220+117+93=430 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.16% from 430); Green value is 117 (46.09% from 255 or 27.21% from 430); Blue value is 93 (36.72% from 255 or 21.63% from 430); Max value from RGB is 220 - color contains mainly: red. Hex color #DC755D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC755D is #238AA2. Grayscale: #919191. Windows color (decimal): -2329251 or 6125020. OLE color: 6125020.
HSL color Cylindrical-coordinate representation of color #DC755D: hue angle of 11.34º degrees, saturation: 0.64, 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 #DC755D is Cyan = 0, Magento = 0.47, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 117 | 93 | - |
| CMYK | 0 | 0.47 | 0.58 | 0.14 |
| HSL | 11.34º | 0.64% | 0.61% | - |
| HSV(B) | 11.34º | 0.58% | 0.86% | - |
| XYZ | 37.85 | 28.73 | 13.91 | - |
| YUV | 145.06 | 98.62 | 181.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 117 | 93 | 0 | 0.47 | 0.58 | 0.14 | 11.34 | 0.64 | 0.61 |
| Hex | DC | 75 | 5D | 0 | 2F | 3A | E | B | 40 | 3D |
| Octal | 334 | 165 | 135 | 0 | 57 | 72 | 16 | 13 | 100 | 75 |
| Binary | 11011100 | 1110101 | 1011101 | 0 | 101111 | 111010 | 1110 | 1011 | 1000000 | 111101 |
Color Harmonies of #DC755D
Complementary color
Monochromatic Colors of #DC755D
Black with #DC755D
Text Example
Text Example
White with #DC755D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC755D; }
p { color: rgb(220,117,93); }
H1.HeaderClassName
{
color: #DC755D;
}
.AnyTagClassName
{
color: #DC755D;
}
</style>
background-color css
<style>
a { background-color: #DC755D; }
a { background-color: rgb(220,117,93); }
div.DivClassName
{
background-color: #DC755D;
}
.BgClassName
{
background-color: #DC755D;
}
</style>
border-color css
<style>
span { border-color: #DC755D; }
span { border-color: rgb(220,117,93); }
td.TdClassName
{
border-color: #DC755D;
}
.TagClassName
{
border-color: #DC755D;
}
</style>