Shades of Terra Cotta #DD7E57
Tints of Terra Cotta #DD7E57
RGB
CMYK
RGB Variations
Color information
#DD7E57 (or 0xDD7E57) is known color: Terra Cotta. HEX triplet: DD, 7E and 57. RGB value is (221,126,87). Sum of RGB (Red+Green+Blue) = 221+126+87=434 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.92% from 434); Green value is 126 (49.61% from 255 or 29.03% from 434); Blue value is 87 (34.38% from 255 or 20.05% from 434); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7E57 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7E57 is #2281A8. Grayscale: #969696. Windows color (decimal): -2261417 or 5734109. OLE color: 5734109.
HSL color Cylindrical-coordinate representation of color #DD7E57: hue angle of 17.46º 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 #DD7E57 is Cyan = 0, Magento = 0.43, Yellow = 0.61 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 126 | 87 | - |
| CMYK | 0 | 0.43 | 0.61 | 0.13 |
| HSL | 17.46º | 0.66% | 0.6% | - |
| HSV(B) | 17.46º | 0.61% | 0.87% | - |
| XYZ | 39 | 30.98 | 12.94 | - |
| YUV | 149.96 | 92.47 | 178.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 126 | 87 | 0 | 0.43 | 0.61 | 0.13 | 17.46 | 0.66 | 0.6 |
| Hex | DD | 7E | 57 | 0 | 2B | 3D | D | 11 | 42 | 3C |
| Octal | 335 | 176 | 127 | 0 | 53 | 75 | 15 | 21 | 102 | 74 |
| Binary | 11011101 | 1111110 | 1010111 | 0 | 101011 | 111101 | 1101 | 10001 | 1000010 | 111100 |
Color Harmonies of #DD7E57
Complementary color
Monochromatic Colors of #DD7E57
Black with #DD7E57
Text Example
Text Example
White with #DD7E57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7E57; }
p { color: rgb(221,126,87); }
H1.HeaderClassName
{
color: #DD7E57;
}
.AnyTagClassName
{
color: #DD7E57;
}
</style>
background-color css
<style>
a { background-color: #DD7E57; }
a { background-color: rgb(221,126,87); }
div.DivClassName
{
background-color: #DD7E57;
}
.BgClassName
{
background-color: #DD7E57;
}
</style>
border-color css
<style>
span { border-color: #DD7E57; }
span { border-color: rgb(221,126,87); }
td.TdClassName
{
border-color: #DD7E57;
}
.TagClassName
{
border-color: #DD7E57;
}
</style>