Shades of Terra Cotta #D96D5C
Tints of Terra Cotta #D96D5C
RGB
CMYK
RGB Variations
Color information
#D96D5C (or 0xD96D5C) is known color: Terra Cotta. HEX triplet: D9, 6D and 5C. RGB value is (217,109,92). Sum of RGB (Red+Green+Blue) = 217+109+92=418 (55% of max value = 765). Red value is 217 (85.16% from 255 or 51.91% from 418); Green value is 109 (42.97% from 255 or 26.08% from 418); Blue value is 92 (36.33% from 255 or 22.01% from 418); Max value from RGB is 217 - color contains mainly: red. Hex color #D96D5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D96D5C is #2692A3. Grayscale: #8B8B8B. Windows color (decimal): -2527908 or 6057433. OLE color: 6057433.
HSL color Cylindrical-coordinate representation of color #D96D5C: hue angle of 8.16º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D96D5C is Cyan = 0, Magento = 0.50, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 109 | 92 | - |
| CMYK | 0 | 0.50 | 0.58 | 0.15 |
| HSL | 8.16º | 0.62% | 0.61% | - |
| HSV(B) | 8.16º | 0.58% | 0.85% | - |
| XYZ | 36.02 | 26.46 | 13.33 | - |
| YUV | 139.35 | 101.28 | 183.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 109 | 92 | 0 | 0.50 | 0.58 | 0.15 | 8.16 | 0.62 | 0.61 |
| Hex | D9 | 6D | 5C | 0 | 32 | 3A | F | 8 | 3E | 3D |
| Octal | 331 | 155 | 134 | 0 | 62 | 72 | 17 | 10 | 76 | 75 |
| Binary | 11011001 | 1101101 | 1011100 | 0 | 110010 | 111010 | 1111 | 1000 | 111110 | 111101 |
Color Harmonies of #D96D5C
Complementary color
Monochromatic Colors of #D96D5C
Black with #D96D5C
Text Example
Text Example
White with #D96D5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96D5C; }
p { color: rgb(217,109,92); }
H1.HeaderClassName
{
color: #D96D5C;
}
.AnyTagClassName
{
color: #D96D5C;
}
</style>
background-color css
<style>
a { background-color: #D96D5C; }
a { background-color: rgb(217,109,92); }
div.DivClassName
{
background-color: #D96D5C;
}
.BgClassName
{
background-color: #D96D5C;
}
</style>
border-color css
<style>
span { border-color: #D96D5C; }
span { border-color: rgb(217,109,92); }
td.TdClassName
{
border-color: #D96D5C;
}
.TagClassName
{
border-color: #D96D5C;
}
</style>