Shades of Terra Cotta #DF7152
Tints of Terra Cotta #DF7152
RGB
CMYK
RGB Variations
Color information
#DF7152 (or 0xDF7152) is known color: Terra Cotta. HEX triplet: DF, 71 and 52. RGB value is (223,113,82). Sum of RGB (Red+Green+Blue) = 223+113+82=418 (55% of max value = 765). Red value is 223 (87.5% from 255 or 53.35% from 418); Green value is 113 (44.53% from 255 or 27.03% from 418); Blue value is 82 (32.42% from 255 or 19.62% from 418); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7152 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF7152 is #208EAD. Grayscale: #8E8E8E. Windows color (decimal): -2133678 or 5403103. OLE color: 5403103.
HSL color Cylindrical-coordinate representation of color #DF7152: hue angle of 13.19º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DF7152 is Cyan = 0, Magento = 0.49, Yellow = 0.63 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 113 | 82 | - |
| CMYK | 0 | 0.49 | 0.63 | 0.13 |
| HSL | 13.19º | 0.69% | 0.6% | - |
| HSV(B) | 13.19º | 0.63% | 0.87% | - |
| XYZ | 37.86 | 28.11 | 11.41 | - |
| YUV | 142.36 | 93.94 | 185.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 113 | 82 | 0 | 0.49 | 0.63 | 0.13 | 13.19 | 0.69 | 0.6 |
| Hex | DF | 71 | 52 | 0 | 31 | 3F | D | D | 45 | 3C |
| Octal | 337 | 161 | 122 | 0 | 61 | 77 | 15 | 15 | 105 | 74 |
| Binary | 11011111 | 1110001 | 1010010 | 0 | 110001 | 111111 | 1101 | 1101 | 1000101 | 111100 |
Color Harmonies of #DF7152
Complementary color
Monochromatic Colors of #DF7152
Black with #DF7152
Text Example
Text Example
White with #DF7152
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7152; }
p { color: rgb(223,113,82); }
H1.HeaderClassName
{
color: #DF7152;
}
.AnyTagClassName
{
color: #DF7152;
}
</style>
background-color css
<style>
a { background-color: #DF7152; }
a { background-color: rgb(223,113,82); }
div.DivClassName
{
background-color: #DF7152;
}
.BgClassName
{
background-color: #DF7152;
}
</style>
border-color css
<style>
span { border-color: #DF7152; }
span { border-color: rgb(223,113,82); }
td.TdClassName
{
border-color: #DF7152;
}
.TagClassName
{
border-color: #DF7152;
}
</style>