Shades of Terra Cotta #DD7B5F
Tints of Terra Cotta #DD7B5F
RGB
CMYK
RGB Variations
Color information
#DD7B5F (or 0xDD7B5F) is known color: Terra Cotta. HEX triplet: DD, 7B and 5F. RGB value is (221,123,95). Sum of RGB (Red+Green+Blue) = 221+123+95=439 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.34% from 439); Green value is 123 (48.44% from 255 or 28.02% from 439); Blue value is 95 (37.5% from 255 or 21.64% from 439); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7B5F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7B5F is #2284A0. Grayscale: #959595. Windows color (decimal): -2262177 or 6257629. OLE color: 6257629.
HSL color Cylindrical-coordinate representation of color #DD7B5F: hue angle of 13.33º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DD7B5F is Cyan = 0, Magento = 0.44, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 123 | 95 | - |
| CMYK | 0 | 0.44 | 0.57 | 0.13 |
| HSL | 13.33º | 0.65% | 0.62% | - |
| HSV(B) | 13.33º | 0.57% | 0.87% | - |
| XYZ | 38.97 | 30.36 | 14.63 | - |
| YUV | 149.11 | 97.47 | 179.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 123 | 95 | 0 | 0.44 | 0.57 | 0.13 | 13.33 | 0.65 | 0.62 |
| Hex | DD | 7B | 5F | 0 | 2C | 39 | D | D | 41 | 3E |
| Octal | 335 | 173 | 137 | 0 | 54 | 71 | 15 | 15 | 101 | 76 |
| Binary | 11011101 | 1111011 | 1011111 | 0 | 101100 | 111001 | 1101 | 1101 | 1000001 | 111110 |
Color Harmonies of #DD7B5F
Complementary color
Monochromatic Colors of #DD7B5F
Black with #DD7B5F
Text Example
Text Example
White with #DD7B5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7B5F; }
p { color: rgb(221,123,95); }
H1.HeaderClassName
{
color: #DD7B5F;
}
.AnyTagClassName
{
color: #DD7B5F;
}
</style>
background-color css
<style>
a { background-color: #DD7B5F; }
a { background-color: rgb(221,123,95); }
div.DivClassName
{
background-color: #DD7B5F;
}
.BgClassName
{
background-color: #DD7B5F;
}
</style>
border-color css
<style>
span { border-color: #DD7B5F; }
span { border-color: rgb(221,123,95); }
td.TdClassName
{
border-color: #DD7B5F;
}
.TagClassName
{
border-color: #DD7B5F;
}
</style>