Shades of Terra Cotta #D96C5B
Tints of Terra Cotta #D96C5B
RGB
CMYK
RGB Variations
Color information
#D96C5B (or 0xD96C5B) is known color: Terra Cotta. HEX triplet: D9, 6C and 5B. RGB value is (217,108,91). Sum of RGB (Red+Green+Blue) = 217+108+91=416 (55% of max value = 765). Red value is 217 (85.16% from 255 or 52.16% from 416); Green value is 108 (42.58% from 255 or 25.96% from 416); Blue value is 91 (35.94% from 255 or 21.88% from 416); Max value from RGB is 217 - color contains mainly: red. Hex color #D96C5B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D96C5B is #2693A4. Grayscale: #8A8A8A. Windows color (decimal): -2528165 or 5991641. OLE color: 5991641.
HSL color Cylindrical-coordinate representation of color #D96C5B: hue angle of 8.1º degrees, saturation: 0.62, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D96C5B is Cyan = 0, Magento = 0.50, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 108 | 91 | - |
| CMYK | 0 | 0.50 | 0.58 | 0.15 |
| HSL | 8.1º | 0.62% | 0.6% | - |
| HSV(B) | 8.1º | 0.58% | 0.85% | - |
| XYZ | 35.87 | 26.23 | 13.07 | - |
| YUV | 138.65 | 101.11 | 183.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 108 | 91 | 0 | 0.50 | 0.58 | 0.15 | 8.1 | 0.62 | 0.6 |
| Hex | D9 | 6C | 5B | 0 | 32 | 3A | F | 8 | 3E | 3C |
| Octal | 331 | 154 | 133 | 0 | 62 | 72 | 17 | 10 | 76 | 74 |
| Binary | 11011001 | 1101100 | 1011011 | 0 | 110010 | 111010 | 1111 | 1000 | 111110 | 111100 |
Color Harmonies of #D96C5B
Complementary color
Monochromatic Colors of #D96C5B
Black with #D96C5B
Text Example
Text Example
White with #D96C5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96C5B; }
p { color: rgb(217,108,91); }
H1.HeaderClassName
{
color: #D96C5B;
}
.AnyTagClassName
{
color: #D96C5B;
}
</style>
background-color css
<style>
a { background-color: #D96C5B; }
a { background-color: rgb(217,108,91); }
div.DivClassName
{
background-color: #D96C5B;
}
.BgClassName
{
background-color: #D96C5B;
}
</style>
border-color css
<style>
span { border-color: #D96C5B; }
span { border-color: rgb(217,108,91); }
td.TdClassName
{
border-color: #D96C5B;
}
.TagClassName
{
border-color: #D96C5B;
}
</style>