Shades of Terra Cotta #D96F5E
Tints of Terra Cotta #D96F5E
RGB
CMYK
RGB Variations
Color information
#D96F5E (or 0xD96F5E) is known color: Terra Cotta. HEX triplet: D9, 6F and 5E. RGB value is (217,111,94). Sum of RGB (Red+Green+Blue) = 217+111+94=422 (55% of max value = 765). Red value is 217 (85.16% from 255 or 51.42% from 422); Green value is 111 (43.75% from 255 or 26.30% from 422); Blue value is 94 (37.11% from 255 or 22.27% from 422); Max value from RGB is 217 - color contains mainly: red. Hex color #D96F5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D96F5E is #2690A1. Grayscale: #8C8C8C. Windows color (decimal): -2527394 or 6189017. OLE color: 6189017.
HSL color Cylindrical-coordinate representation of color #D96F5E: hue angle of 8.29º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D96F5E is Cyan = 0, Magento = 0.49, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 111 | 94 | - |
| CMYK | 0 | 0.49 | 0.57 | 0.15 |
| HSL | 8.29º | 0.62% | 0.61% | - |
| HSV(B) | 8.29º | 0.57% | 0.85% | - |
| XYZ | 36.32 | 26.93 | 13.87 | - |
| YUV | 140.76 | 101.62 | 182.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 111 | 94 | 0 | 0.49 | 0.57 | 0.15 | 8.29 | 0.62 | 0.61 |
| Hex | D9 | 6F | 5E | 0 | 31 | 39 | F | 8 | 3E | 3D |
| Octal | 331 | 157 | 136 | 0 | 61 | 71 | 17 | 10 | 76 | 75 |
| Binary | 11011001 | 1101111 | 1011110 | 0 | 110001 | 111001 | 1111 | 1000 | 111110 | 111101 |
Color Harmonies of #D96F5E
Complementary color
Monochromatic Colors of #D96F5E
Black with #D96F5E
Text Example
Text Example
White with #D96F5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96F5E; }
p { color: rgb(217,111,94); }
H1.HeaderClassName
{
color: #D96F5E;
}
.AnyTagClassName
{
color: #D96F5E;
}
</style>
background-color css
<style>
a { background-color: #D96F5E; }
a { background-color: rgb(217,111,94); }
div.DivClassName
{
background-color: #D96F5E;
}
.BgClassName
{
background-color: #D96F5E;
}
</style>
border-color css
<style>
span { border-color: #D96F5E; }
span { border-color: rgb(217,111,94); }
td.TdClassName
{
border-color: #D96F5E;
}
.TagClassName
{
border-color: #D96F5E;
}
</style>