Shades of Terra Cotta #D96C55
Tints of Terra Cotta #D96C55
RGB
CMYK
RGB Variations
Color information
#D96C55 (or 0xD96C55) is known color: Terra Cotta. HEX triplet: D9, 6C and 55. RGB value is (217,108,85). Sum of RGB (Red+Green+Blue) = 217+108+85=410 (54% of max value = 765). Red value is 217 (85.16% from 255 or 52.93% from 410); Green value is 108 (42.58% from 255 or 26.34% from 410); Blue value is 85 (33.59% from 255 or 20.73% from 410); Max value from RGB is 217 - color contains mainly: red. Hex color #D96C55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D96C55 is #2693AA. Grayscale: #8A8A8A. Windows color (decimal): -2528171 or 5598425. OLE color: 5598425.
HSL color Cylindrical-coordinate representation of color #D96C55: hue angle of 10.45º degrees, saturation: 0.63, 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 #D96C55 is Cyan = 0, Magento = 0.50, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 108 | 85 | - |
| CMYK | 0 | 0.50 | 0.61 | 0.15 |
| HSL | 10.45º | 0.63% | 0.59% | - |
| HSV(B) | 10.45º | 0.61% | 0.85% | - |
| XYZ | 35.62 | 26.13 | 11.76 | - |
| YUV | 137.97 | 98.11 | 184.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 108 | 85 | 0 | 0.50 | 0.61 | 0.15 | 10.45 | 0.63 | 0.59 |
| Hex | D9 | 6C | 55 | 0 | 32 | 3D | F | A | 3F | 3B |
| Octal | 331 | 154 | 125 | 0 | 62 | 75 | 17 | 12 | 77 | 73 |
| Binary | 11011001 | 1101100 | 1010101 | 0 | 110010 | 111101 | 1111 | 1010 | 111111 | 111011 |
Color Harmonies of #D96C55
Complementary color
Monochromatic Colors of #D96C55
Black with #D96C55
Text Example
Text Example
White with #D96C55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96C55; }
p { color: rgb(217,108,85); }
H1.HeaderClassName
{
color: #D96C55;
}
.AnyTagClassName
{
color: #D96C55;
}
</style>
background-color css
<style>
a { background-color: #D96C55; }
a { background-color: rgb(217,108,85); }
div.DivClassName
{
background-color: #D96C55;
}
.BgClassName
{
background-color: #D96C55;
}
</style>
border-color css
<style>
span { border-color: #D96C55; }
span { border-color: rgb(217,108,85); }
td.TdClassName
{
border-color: #D96C55;
}
.TagClassName
{
border-color: #D96C55;
}
</style>