Shades of Terra Cotta #DD7B56
Tints of Terra Cotta #DD7B56
RGB
CMYK
RGB Variations
Color information
#DD7B56 (or 0xDD7B56) is known color: Terra Cotta. HEX triplet: DD, 7B and 56. RGB value is (221,123,86). Sum of RGB (Red+Green+Blue) = 221+123+86=430 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.40% from 430); Green value is 123 (48.44% from 255 or 28.60% from 430); Blue value is 86 (33.98% from 255 or 20% from 430); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7B56 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7B56 is #2284A9. Grayscale: #949494. Windows color (decimal): -2262186 or 5667805. OLE color: 5667805.
HSL color Cylindrical-coordinate representation of color #DD7B56: hue angle of 16.44º 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 #DD7B56 is Cyan = 0, Magento = 0.44, Yellow = 0.61 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 123 | 86 | - |
| CMYK | 0 | 0.44 | 0.61 | 0.13 |
| HSL | 16.44º | 0.67% | 0.6% | - |
| HSV(B) | 16.44º | 0.61% | 0.87% | - |
| XYZ | 38.58 | 30.21 | 12.6 | - |
| YUV | 148.08 | 92.97 | 180.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 123 | 86 | 0 | 0.44 | 0.61 | 0.13 | 16.44 | 0.67 | 0.6 |
| Hex | DD | 7B | 56 | 0 | 2C | 3D | D | 10 | 43 | 3C |
| Octal | 335 | 173 | 126 | 0 | 54 | 75 | 15 | 20 | 103 | 74 |
| Binary | 11011101 | 1111011 | 1010110 | 0 | 101100 | 111101 | 1101 | 10000 | 1000011 | 111100 |
Color Harmonies of #DD7B56
Complementary color
Monochromatic Colors of #DD7B56
Black with #DD7B56
Text Example
Text Example
White with #DD7B56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7B56; }
p { color: rgb(221,123,86); }
H1.HeaderClassName
{
color: #DD7B56;
}
.AnyTagClassName
{
color: #DD7B56;
}
</style>
background-color css
<style>
a { background-color: #DD7B56; }
a { background-color: rgb(221,123,86); }
div.DivClassName
{
background-color: #DD7B56;
}
.BgClassName
{
background-color: #DD7B56;
}
</style>
border-color css
<style>
span { border-color: #DD7B56; }
span { border-color: rgb(221,123,86); }
td.TdClassName
{
border-color: #DD7B56;
}
.TagClassName
{
border-color: #DD7B56;
}
</style>