Shades of Terra Cotta #D97B5C
Tints of Terra Cotta #D97B5C
RGB
CMYK
RGB Variations
Color information
#D97B5C (or 0xD97B5C) is known color: Terra Cotta. HEX triplet: D9, 7B and 5C. RGB value is (217,123,92). Sum of RGB (Red+Green+Blue) = 217+123+92=432 (57% of max value = 765). Red value is 217 (85.16% from 255 or 50.23% from 432); Green value is 123 (48.44% from 255 or 28.47% from 432); Blue value is 92 (36.33% from 255 or 21.30% from 432); Max value from RGB is 217 - color contains mainly: red. Hex color #D97B5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D97B5C is #2684A3. Grayscale: #939393. Windows color (decimal): -2524324 or 6061017. OLE color: 6061017.
HSL color Cylindrical-coordinate representation of color #D97B5C: hue angle of 14.88º 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 #D97B5C is Cyan = 0, Magento = 0.43, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 123 | 92 | - |
| CMYK | 0 | 0.43 | 0.58 | 0.15 |
| HSL | 14.88º | 0.62% | 0.61% | - |
| HSV(B) | 14.88º | 0.58% | 0.85% | - |
| XYZ | 37.63 | 29.69 | 13.87 | - |
| YUV | 147.57 | 96.64 | 177.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 123 | 92 | 0 | 0.43 | 0.58 | 0.15 | 14.88 | 0.62 | 0.61 |
| Hex | D9 | 7B | 5C | 0 | 2B | 3A | F | F | 3E | 3D |
| Octal | 331 | 173 | 134 | 0 | 53 | 72 | 17 | 17 | 76 | 75 |
| Binary | 11011001 | 1111011 | 1011100 | 0 | 101011 | 111010 | 1111 | 1111 | 111110 | 111101 |
Color Harmonies of #D97B5C
Complementary color
Monochromatic Colors of #D97B5C
Black with #D97B5C
Text Example
Text Example
White with #D97B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D97B5C; }
p { color: rgb(217,123,92); }
H1.HeaderClassName
{
color: #D97B5C;
}
.AnyTagClassName
{
color: #D97B5C;
}
</style>
background-color css
<style>
a { background-color: #D97B5C; }
a { background-color: rgb(217,123,92); }
div.DivClassName
{
background-color: #D97B5C;
}
.BgClassName
{
background-color: #D97B5C;
}
</style>
border-color css
<style>
span { border-color: #D97B5C; }
span { border-color: rgb(217,123,92); }
td.TdClassName
{
border-color: #D97B5C;
}
.TagClassName
{
border-color: #D97B5C;
}
</style>