Shades of Terra Cotta #DD7357
Tints of Terra Cotta #DD7357
RGB
CMYK
RGB Variations
Color information
#DD7357 (or 0xDD7357) is known color: Terra Cotta. HEX triplet: DD, 73 and 57. RGB value is (221,115,87). Sum of RGB (Red+Green+Blue) = 221+115+87=423 (56% of max value = 765). Red value is 221 (86.72% from 255 or 52.25% from 423); Green value is 115 (45.31% from 255 or 27.19% from 423); Blue value is 87 (34.38% from 255 or 20.57% from 423); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7357 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7357 is #228CA8. Grayscale: #8F8F8F. Windows color (decimal): -2264233 or 5731293. OLE color: 5731293.
HSL color Cylindrical-coordinate representation of color #DD7357: hue angle of 12.54º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DD7357 is Cyan = 0, Magento = 0.48, Yellow = 0.61 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 115 | 87 | - |
| CMYK | 0 | 0.48 | 0.61 | 0.13 |
| HSL | 12.54º | 0.66% | 0.6% | - |
| HSV(B) | 12.54º | 0.61% | 0.87% | - |
| XYZ | 37.67 | 28.32 | 12.5 | - |
| YUV | 143.5 | 96.12 | 183.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 115 | 87 | 0 | 0.48 | 0.61 | 0.13 | 12.54 | 0.66 | 0.6 |
| Hex | DD | 73 | 57 | 0 | 30 | 3D | D | D | 42 | 3C |
| Octal | 335 | 163 | 127 | 0 | 60 | 75 | 15 | 15 | 102 | 74 |
| Binary | 11011101 | 1110011 | 1010111 | 0 | 110000 | 111101 | 1101 | 1101 | 1000010 | 111100 |
Color Harmonies of #DD7357
Complementary color
Monochromatic Colors of #DD7357
Black with #DD7357
Text Example
Text Example
White with #DD7357
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7357; }
p { color: rgb(221,115,87); }
H1.HeaderClassName
{
color: #DD7357;
}
.AnyTagClassName
{
color: #DD7357;
}
</style>
background-color css
<style>
a { background-color: #DD7357; }
a { background-color: rgb(221,115,87); }
div.DivClassName
{
background-color: #DD7357;
}
.BgClassName
{
background-color: #DD7357;
}
</style>
border-color css
<style>
span { border-color: #DD7357; }
span { border-color: rgb(221,115,87); }
td.TdClassName
{
border-color: #DD7357;
}
.TagClassName
{
border-color: #DD7357;
}
</style>