Shades of Terra Cotta #DC755B
Tints of Terra Cotta #DC755B
RGB
CMYK
RGB Variations
Color information
#DC755B (or 0xDC755B) is known color: Terra Cotta. HEX triplet: DC, 75 and 5B. RGB value is (220,117,91). Sum of RGB (Red+Green+Blue) = 220+117+91=428 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.40% from 428); Green value is 117 (46.09% from 255 or 27.34% from 428); Blue value is 91 (35.94% from 255 or 21.26% from 428); Max value from RGB is 220 - color contains mainly: red. Hex color #DC755B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC755B is #238AA4. Grayscale: #919191. Windows color (decimal): -2329253 or 5993948. OLE color: 5993948.
HSL color Cylindrical-coordinate representation of color #DC755B: hue angle of 12.09º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DC755B is Cyan = 0, Magento = 0.47, Yellow = 0.59 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 117 | 91 | - |
| CMYK | 0 | 0.47 | 0.59 | 0.14 |
| HSL | 12.09º | 0.65% | 0.61% | - |
| HSV(B) | 12.09º | 0.59% | 0.86% | - |
| XYZ | 37.76 | 28.69 | 13.45 | - |
| YUV | 144.83 | 97.62 | 181.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 117 | 91 | 0 | 0.47 | 0.59 | 0.14 | 12.09 | 0.65 | 0.61 |
| Hex | DC | 75 | 5B | 0 | 2F | 3B | E | C | 41 | 3D |
| Octal | 334 | 165 | 133 | 0 | 57 | 73 | 16 | 14 | 101 | 75 |
| Binary | 11011100 | 1110101 | 1011011 | 0 | 101111 | 111011 | 1110 | 1100 | 1000001 | 111101 |
Color Harmonies of #DC755B
Complementary color
Monochromatic Colors of #DC755B
Black with #DC755B
Text Example
Text Example
White with #DC755B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC755B; }
p { color: rgb(220,117,91); }
H1.HeaderClassName
{
color: #DC755B;
}
.AnyTagClassName
{
color: #DC755B;
}
</style>
background-color css
<style>
a { background-color: #DC755B; }
a { background-color: rgb(220,117,91); }
div.DivClassName
{
background-color: #DC755B;
}
.BgClassName
{
background-color: #DC755B;
}
</style>
border-color css
<style>
span { border-color: #DC755B; }
span { border-color: rgb(220,117,91); }
td.TdClassName
{
border-color: #DC755B;
}
.TagClassName
{
border-color: #DC755B;
}
</style>