Shades of Terra Cotta #DD7956
Tints of Terra Cotta #DD7956
RGB
CMYK
RGB Variations
Color information
#DD7956 (or 0xDD7956) is known color: Terra Cotta. HEX triplet: DD, 79 and 56. RGB value is (221,121,86). Sum of RGB (Red+Green+Blue) = 221+121+86=428 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.64% from 428); Green value is 121 (47.66% from 255 or 28.27% from 428); Blue value is 86 (33.98% from 255 or 20.09% from 428); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7956 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7956 is #2286A9. Grayscale: #939393. Windows color (decimal): -2262698 or 5667293. OLE color: 5667293.
HSL color Cylindrical-coordinate representation of color #DD7956: hue angle of 15.56º degrees, saturation: 0.67, 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 #DD7956 is Cyan = 0, Magento = 0.45, Yellow = 0.61 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 121 | 86 | - |
| CMYK | 0 | 0.45 | 0.61 | 0.13 |
| HSL | 15.56º | 0.67% | 0.6% | - |
| HSV(B) | 15.56º | 0.61% | 0.87% | - |
| XYZ | 38.34 | 29.72 | 12.52 | - |
| YUV | 146.91 | 93.63 | 180.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 121 | 86 | 0 | 0.45 | 0.61 | 0.13 | 15.56 | 0.67 | 0.6 |
| Hex | DD | 79 | 56 | 0 | 2D | 3D | D | 10 | 43 | 3C |
| Octal | 335 | 171 | 126 | 0 | 55 | 75 | 15 | 20 | 103 | 74 |
| Binary | 11011101 | 1111001 | 1010110 | 0 | 101101 | 111101 | 1101 | 10000 | 1000011 | 111100 |
Color Harmonies of #DD7956
Complementary color
Monochromatic Colors of #DD7956
Black with #DD7956
Text Example
Text Example
White with #DD7956
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7956; }
p { color: rgb(221,121,86); }
H1.HeaderClassName
{
color: #DD7956;
}
.AnyTagClassName
{
color: #DD7956;
}
</style>
background-color css
<style>
a { background-color: #DD7956; }
a { background-color: rgb(221,121,86); }
div.DivClassName
{
background-color: #DD7956;
}
.BgClassName
{
background-color: #DD7956;
}
</style>
border-color css
<style>
span { border-color: #DD7956; }
span { border-color: rgb(221,121,86); }
td.TdClassName
{
border-color: #DD7956;
}
.TagClassName
{
border-color: #DD7956;
}
</style>