Shades of Terra Cotta #D96F5D
Tints of Terra Cotta #D96F5D
RGB
CMYK
RGB Variations
Color information
#D96F5D (or 0xD96F5D) is known color: Terra Cotta. HEX triplet: D9, 6F and 5D. RGB value is (217,111,93). Sum of RGB (Red+Green+Blue) = 217+111+93=421 (55% of max value = 765). Red value is 217 (85.16% from 255 or 51.54% from 421); Green value is 111 (43.75% from 255 or 26.37% from 421); Blue value is 93 (36.72% from 255 or 22.09% from 421); Max value from RGB is 217 - color contains mainly: red. Hex color #D96F5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D96F5D is #2690A2. Grayscale: #8C8C8C. Windows color (decimal): -2527395 or 6123481. OLE color: 6123481.
HSL color Cylindrical-coordinate representation of color #D96F5D: hue angle of 8.71º 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 #D96F5D is Cyan = 0, Magento = 0.49, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 111 | 93 | - |
| CMYK | 0 | 0.49 | 0.57 | 0.15 |
| HSL | 8.71º | 0.62% | 0.61% | - |
| HSV(B) | 8.71º | 0.57% | 0.85% | - |
| XYZ | 36.28 | 26.91 | 13.64 | - |
| YUV | 140.64 | 101.12 | 182.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 111 | 93 | 0 | 0.49 | 0.57 | 0.15 | 8.71 | 0.62 | 0.61 |
| Hex | D9 | 6F | 5D | 0 | 31 | 39 | F | 9 | 3E | 3D |
| Octal | 331 | 157 | 135 | 0 | 61 | 71 | 17 | 11 | 76 | 75 |
| Binary | 11011001 | 1101111 | 1011101 | 0 | 110001 | 111001 | 1111 | 1001 | 111110 | 111101 |
Color Harmonies of #D96F5D
Complementary color
Monochromatic Colors of #D96F5D
Black with #D96F5D
Text Example
Text Example
White with #D96F5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96F5D; }
p { color: rgb(217,111,93); }
H1.HeaderClassName
{
color: #D96F5D;
}
.AnyTagClassName
{
color: #D96F5D;
}
</style>
background-color css
<style>
a { background-color: #D96F5D; }
a { background-color: rgb(217,111,93); }
div.DivClassName
{
background-color: #D96F5D;
}
.BgClassName
{
background-color: #D96F5D;
}
</style>
border-color css
<style>
span { border-color: #D96F5D; }
span { border-color: rgb(217,111,93); }
td.TdClassName
{
border-color: #D96F5D;
}
.TagClassName
{
border-color: #D96F5D;
}
</style>