Shades of Terra Cotta #D96E54
Tints of Terra Cotta #D96E54
RGB
CMYK
RGB Variations
Color information
#D96E54 (or 0xD96E54) is known color: Terra Cotta. HEX triplet: D9, 6E and 54. RGB value is (217,110,84). Sum of RGB (Red+Green+Blue) = 217+110+84=411 (54% of max value = 765). Red value is 217 (85.16% from 255 or 52.80% from 411); Green value is 110 (43.36% from 255 or 26.76% from 411); Blue value is 84 (33.20% from 255 or 20.44% from 411); Max value from RGB is 217 - color contains mainly: red. Hex color #D96E54 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D96E54 is #2691AB. Grayscale: #8B8B8B. Windows color (decimal): -2527660 or 5533401. OLE color: 5533401.
HSL color Cylindrical-coordinate representation of color #D96E54: hue angle of 11.73º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D96E54 is Cyan = 0, Magento = 0.49, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 110 | 84 | - |
| CMYK | 0 | 0.49 | 0.61 | 0.15 |
| HSL | 11.73º | 0.64% | 0.59% | - |
| HSV(B) | 11.73º | 0.61% | 0.85% | - |
| XYZ | 35.79 | 26.54 | 11.62 | - |
| YUV | 139.03 | 96.95 | 183.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 110 | 84 | 0 | 0.49 | 0.61 | 0.15 | 11.73 | 0.64 | 0.59 |
| Hex | D9 | 6E | 54 | 0 | 31 | 3D | F | C | 40 | 3B |
| Octal | 331 | 156 | 124 | 0 | 61 | 75 | 17 | 14 | 100 | 73 |
| Binary | 11011001 | 1101110 | 1010100 | 0 | 110001 | 111101 | 1111 | 1100 | 1000000 | 111011 |
Color Harmonies of #D96E54
Complementary color
Monochromatic Colors of #D96E54
Black with #D96E54
Text Example
Text Example
White with #D96E54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96E54; }
p { color: rgb(217,110,84); }
H1.HeaderClassName
{
color: #D96E54;
}
.AnyTagClassName
{
color: #D96E54;
}
</style>
background-color css
<style>
a { background-color: #D96E54; }
a { background-color: rgb(217,110,84); }
div.DivClassName
{
background-color: #D96E54;
}
.BgClassName
{
background-color: #D96E54;
}
</style>
border-color css
<style>
span { border-color: #D96E54; }
span { border-color: rgb(217,110,84); }
td.TdClassName
{
border-color: #D96E54;
}
.TagClassName
{
border-color: #D96E54;
}
</style>