Shades of Terra Cotta #DC755C
Tints of Terra Cotta #DC755C
RGB
CMYK
RGB Variations
Color information
#DC755C (or 0xDC755C) is known color: Terra Cotta. HEX triplet: DC, 75 and 5C. RGB value is (220,117,92). Sum of RGB (Red+Green+Blue) = 220+117+92=429 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.28% from 429); Green value is 117 (46.09% from 255 or 27.27% from 429); Blue value is 92 (36.33% from 255 or 21.45% from 429); Max value from RGB is 220 - color contains mainly: red. Hex color #DC755C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC755C is #238AA3. Grayscale: #919191. Windows color (decimal): -2329252 or 6059484. OLE color: 6059484.
HSL color Cylindrical-coordinate representation of color #DC755C: hue angle of 11.72º 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 #DC755C is Cyan = 0, Magento = 0.47, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 117 | 92 | - |
| CMYK | 0 | 0.47 | 0.58 | 0.14 |
| HSL | 11.72º | 0.65% | 0.61% | - |
| HSV(B) | 11.72º | 0.58% | 0.86% | - |
| XYZ | 37.81 | 28.71 | 13.67 | - |
| YUV | 144.95 | 98.12 | 181.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 117 | 92 | 0 | 0.47 | 0.58 | 0.14 | 11.72 | 0.65 | 0.61 |
| Hex | DC | 75 | 5C | 0 | 2F | 3A | E | C | 41 | 3D |
| Octal | 334 | 165 | 134 | 0 | 57 | 72 | 16 | 14 | 101 | 75 |
| Binary | 11011100 | 1110101 | 1011100 | 0 | 101111 | 111010 | 1110 | 1100 | 1000001 | 111101 |
Color Harmonies of #DC755C
Complementary color
Monochromatic Colors of #DC755C
Black with #DC755C
Text Example
Text Example
White with #DC755C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC755C; }
p { color: rgb(220,117,92); }
H1.HeaderClassName
{
color: #DC755C;
}
.AnyTagClassName
{
color: #DC755C;
}
</style>
background-color css
<style>
a { background-color: #DC755C; }
a { background-color: rgb(220,117,92); }
div.DivClassName
{
background-color: #DC755C;
}
.BgClassName
{
background-color: #DC755C;
}
</style>
border-color css
<style>
span { border-color: #DC755C; }
span { border-color: rgb(220,117,92); }
td.TdClassName
{
border-color: #DC755C;
}
.TagClassName
{
border-color: #DC755C;
}
</style>