Shades of Terra Cotta #D96D52
Tints of Terra Cotta #D96D52
RGB
CMYK
RGB Variations
Color information
#D96D52 (or 0xD96D52) is known color: Terra Cotta. HEX triplet: D9, 6D and 52. RGB value is (217,109,82). Sum of RGB (Red+Green+Blue) = 217+109+82=408 (54% of max value = 765). Red value is 217 (85.16% from 255 or 53.19% from 408); Green value is 109 (42.97% from 255 or 26.72% from 408); Blue value is 82 (32.42% from 255 or 20.10% from 408); Max value from RGB is 217 - color contains mainly: red. Hex color #D96D52 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D96D52 is #2692AD. Grayscale: #8A8A8A. Windows color (decimal): -2527918 or 5402073. OLE color: 5402073.
HSL color Cylindrical-coordinate representation of color #D96D52: hue angle of 12º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D96D52 is Cyan = 0, Magento = 0.50, Yellow = 0.62 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 109 | 82 | - |
| CMYK | 0 | 0.50 | 0.62 | 0.15 |
| HSL | 12º | 0.64% | 0.59% | - |
| HSV(B) | 12º | 0.62% | 0.85% | - |
| XYZ | 35.61 | 26.3 | 11.18 | - |
| YUV | 138.21 | 96.28 | 184.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 109 | 82 | 0 | 0.50 | 0.62 | 0.15 | 12 | 0.64 | 0.59 |
| Hex | D9 | 6D | 52 | 0 | 32 | 3E | F | C | 40 | 3B |
| Octal | 331 | 155 | 122 | 0 | 62 | 76 | 17 | 14 | 100 | 73 |
| Binary | 11011001 | 1101101 | 1010010 | 0 | 110010 | 111110 | 1111 | 1100 | 1000000 | 111011 |
Color Harmonies of #D96D52
Complementary color
Monochromatic Colors of #D96D52
Black with #D96D52
Text Example
Text Example
White with #D96D52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96D52; }
p { color: rgb(217,109,82); }
H1.HeaderClassName
{
color: #D96D52;
}
.AnyTagClassName
{
color: #D96D52;
}
</style>
background-color css
<style>
a { background-color: #D96D52; }
a { background-color: rgb(217,109,82); }
div.DivClassName
{
background-color: #D96D52;
}
.BgClassName
{
background-color: #D96D52;
}
</style>
border-color css
<style>
span { border-color: #D96D52; }
span { border-color: rgb(217,109,82); }
td.TdClassName
{
border-color: #D96D52;
}
.TagClassName
{
border-color: #D96D52;
}
</style>