Shades of Terra Cotta #D96F5F
Tints of Terra Cotta #D96F5F
RGB
CMYK
RGB Variations
Color information
#D96F5F (or 0xD96F5F) is known color: Terra Cotta. HEX triplet: D9, 6F and 5F. RGB value is (217,111,95). Sum of RGB (Red+Green+Blue) = 217+111+95=423 (56% of max value = 765). Red value is 217 (85.16% from 255 or 51.30% from 423); Green value is 111 (43.75% from 255 or 26.24% from 423); Blue value is 95 (37.5% from 255 or 22.46% from 423); Max value from RGB is 217 - color contains mainly: red. Hex color #D96F5F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D96F5F is #2690A0. Grayscale: #8D8D8D. Windows color (decimal): -2527393 or 6254553. OLE color: 6254553.
HSL color Cylindrical-coordinate representation of color #D96F5F: hue angle of 7.87º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D96F5F is Cyan = 0, Magento = 0.49, Yellow = 0.56 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 111 | 95 | - |
| CMYK | 0 | 0.49 | 0.56 | 0.15 |
| HSL | 7.87º | 0.62% | 0.61% | - |
| HSV(B) | 7.87º | 0.56% | 0.85% | - |
| XYZ | 36.37 | 26.95 | 14.11 | - |
| YUV | 140.87 | 102.12 | 182.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 111 | 95 | 0 | 0.49 | 0.56 | 0.15 | 7.87 | 0.62 | 0.61 |
| Hex | D9 | 6F | 5F | 0 | 31 | 38 | F | 8 | 3E | 3D |
| Octal | 331 | 157 | 137 | 0 | 61 | 70 | 17 | 10 | 76 | 75 |
| Binary | 11011001 | 1101111 | 1011111 | 0 | 110001 | 111000 | 1111 | 1000 | 111110 | 111101 |
Color Harmonies of #D96F5F
Complementary color
Monochromatic Colors of #D96F5F
Black with #D96F5F
Text Example
Text Example
White with #D96F5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96F5F; }
p { color: rgb(217,111,95); }
H1.HeaderClassName
{
color: #D96F5F;
}
.AnyTagClassName
{
color: #D96F5F;
}
</style>
background-color css
<style>
a { background-color: #D96F5F; }
a { background-color: rgb(217,111,95); }
div.DivClassName
{
background-color: #D96F5F;
}
.BgClassName
{
background-color: #D96F5F;
}
</style>
border-color css
<style>
span { border-color: #D96F5F; }
span { border-color: rgb(217,111,95); }
td.TdClassName
{
border-color: #D96F5F;
}
.TagClassName
{
border-color: #D96F5F;
}
</style>