Shades of Terra Cotta #D96C5C
Tints of Terra Cotta #D96C5C
RGB
CMYK
RGB Variations
Color information
#D96C5C (or 0xD96C5C) is known color: Terra Cotta. HEX triplet: D9, 6C and 5C. RGB value is (217,108,92). Sum of RGB (Red+Green+Blue) = 217+108+92=417 (55% of max value = 765). Red value is 217 (85.16% from 255 or 52.04% from 417); Green value is 108 (42.58% from 255 or 25.90% from 417); Blue value is 92 (36.33% from 255 or 22.06% from 417); Max value from RGB is 217 - color contains mainly: red. Hex color #D96C5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D96C5C is #2693A3. Grayscale: #8A8A8A. Windows color (decimal): -2528164 or 6057177. OLE color: 6057177.
HSL color Cylindrical-coordinate representation of color #D96C5C: hue angle of 7.68º 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 #D96C5C is Cyan = 0, Magento = 0.50, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 108 | 92 | - |
| CMYK | 0 | 0.50 | 0.58 | 0.15 |
| HSL | 7.68º | 0.62% | 0.61% | - |
| HSV(B) | 7.68º | 0.58% | 0.85% | - |
| XYZ | 35.91 | 26.25 | 13.3 | - |
| YUV | 138.77 | 101.61 | 183.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 108 | 92 | 0 | 0.50 | 0.58 | 0.15 | 7.68 | 0.62 | 0.61 |
| Hex | D9 | 6C | 5C | 0 | 32 | 3A | F | 8 | 3E | 3D |
| Octal | 331 | 154 | 134 | 0 | 62 | 72 | 17 | 10 | 76 | 75 |
| Binary | 11011001 | 1101100 | 1011100 | 0 | 110010 | 111010 | 1111 | 1000 | 111110 | 111101 |
Color Harmonies of #D96C5C
Complementary color
Monochromatic Colors of #D96C5C
Black with #D96C5C
Text Example
Text Example
White with #D96C5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96C5C; }
p { color: rgb(217,108,92); }
H1.HeaderClassName
{
color: #D96C5C;
}
.AnyTagClassName
{
color: #D96C5C;
}
</style>
background-color css
<style>
a { background-color: #D96C5C; }
a { background-color: rgb(217,108,92); }
div.DivClassName
{
background-color: #D96C5C;
}
.BgClassName
{
background-color: #D96C5C;
}
</style>
border-color css
<style>
span { border-color: #D96C5C; }
span { border-color: rgb(217,108,92); }
td.TdClassName
{
border-color: #D96C5C;
}
.TagClassName
{
border-color: #D96C5C;
}
</style>