Shades of Terra Cotta #D8725B
Tints of Terra Cotta #D8725B
RGB
CMYK
RGB Variations
Color information
#D8725B (or 0xD8725B) is known color: Terra Cotta. HEX triplet: D8, 72 and 5B. RGB value is (216,114,91). Sum of RGB (Red+Green+Blue) = 216+114+91=421 (55% of max value = 765). Red value is 216 (84.77% from 255 or 51.31% from 421); Green value is 114 (44.92% from 255 or 27.08% from 421); Blue value is 91 (35.94% from 255 or 21.62% from 421); Max value from RGB is 216 - color contains mainly: red. Hex color #D8725B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D8725B is #278DA4. Grayscale: #8E8E8E. Windows color (decimal): -2592165 or 5993176. OLE color: 5993176.
HSL color Cylindrical-coordinate representation of color #D8725B: hue angle of 11.04º 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 #D8725B is Cyan = 0, Magento = 0.47, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 114 | 91 | - |
| CMYK | 0 | 0.47 | 0.58 | 0.15 |
| HSL | 11.04º | 0.62% | 0.6% | - |
| HSV(B) | 11.04º | 0.58% | 0.85% | - |
| XYZ | 36.22 | 27.39 | 13.27 | - |
| YUV | 141.88 | 99.29 | 180.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 114 | 91 | 0 | 0.47 | 0.58 | 0.15 | 11.04 | 0.62 | 0.6 |
| Hex | D8 | 72 | 5B | 0 | 2F | 3A | F | B | 3E | 3C |
| Octal | 330 | 162 | 133 | 0 | 57 | 72 | 17 | 13 | 76 | 74 |
| Binary | 11011000 | 1110010 | 1011011 | 0 | 101111 | 111010 | 1111 | 1011 | 111110 | 111100 |
Color Harmonies of #D8725B
Complementary color
Monochromatic Colors of #D8725B
Black with #D8725B
Text Example
Text Example
White with #D8725B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8725B; }
p { color: rgb(216,114,91); }
H1.HeaderClassName
{
color: #D8725B;
}
.AnyTagClassName
{
color: #D8725B;
}
</style>
background-color css
<style>
a { background-color: #D8725B; }
a { background-color: rgb(216,114,91); }
div.DivClassName
{
background-color: #D8725B;
}
.BgClassName
{
background-color: #D8725B;
}
</style>
border-color css
<style>
span { border-color: #D8725B; }
span { border-color: rgb(216,114,91); }
td.TdClassName
{
border-color: #D8725B;
}
.TagClassName
{
border-color: #D8725B;
}
</style>