Shades of Terra Cotta #D97B5B
Tints of Terra Cotta #D97B5B
RGB
CMYK
RGB Variations
Color information
#D97B5B (or 0xD97B5B) is known color: Terra Cotta. HEX triplet: D9, 7B and 5B. RGB value is (217,123,91). Sum of RGB (Red+Green+Blue) = 217+123+91=431 (57% of max value = 765). Red value is 217 (85.16% from 255 or 50.35% from 431); Green value is 123 (48.44% from 255 or 28.54% from 431); Blue value is 91 (35.94% from 255 or 21.11% from 431); Max value from RGB is 217 - color contains mainly: red. Hex color #D97B5B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D97B5B is #2684A4. Grayscale: #939393. Windows color (decimal): -2524325 or 5995481. OLE color: 5995481.
HSL color Cylindrical-coordinate representation of color #D97B5B: hue angle of 15.24º 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 #D97B5B is Cyan = 0, Magento = 0.43, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 123 | 91 | - |
| CMYK | 0 | 0.43 | 0.58 | 0.15 |
| HSL | 15.24º | 0.62% | 0.6% | - |
| HSV(B) | 15.24º | 0.58% | 0.85% | - |
| XYZ | 37.59 | 29.67 | 13.64 | - |
| YUV | 147.46 | 96.14 | 177.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 123 | 91 | 0 | 0.43 | 0.58 | 0.15 | 15.24 | 0.62 | 0.6 |
| Hex | D9 | 7B | 5B | 0 | 2B | 3A | F | F | 3E | 3C |
| Octal | 331 | 173 | 133 | 0 | 53 | 72 | 17 | 17 | 76 | 74 |
| Binary | 11011001 | 1111011 | 1011011 | 0 | 101011 | 111010 | 1111 | 1111 | 111110 | 111100 |
Color Harmonies of #D97B5B
Complementary color
Monochromatic Colors of #D97B5B
Black with #D97B5B
Text Example
Text Example
White with #D97B5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D97B5B; }
p { color: rgb(217,123,91); }
H1.HeaderClassName
{
color: #D97B5B;
}
.AnyTagClassName
{
color: #D97B5B;
}
</style>
background-color css
<style>
a { background-color: #D97B5B; }
a { background-color: rgb(217,123,91); }
div.DivClassName
{
background-color: #D97B5B;
}
.BgClassName
{
background-color: #D97B5B;
}
</style>
border-color css
<style>
span { border-color: #D97B5B; }
span { border-color: rgb(217,123,91); }
td.TdClassName
{
border-color: #D97B5B;
}
.TagClassName
{
border-color: #D97B5B;
}
</style>