Shades of Terra Cotta #D9765D
Tints of Terra Cotta #D9765D
RGB
CMYK
RGB Variations
Color information
#D9765D (or 0xD9765D) is known color: Terra Cotta. HEX triplet: D9, 76 and 5D. RGB value is (217,118,93). Sum of RGB (Red+Green+Blue) = 217+118+93=428 (56% of max value = 765). Red value is 217 (85.16% from 255 or 50.70% from 428); Green value is 118 (46.48% from 255 or 27.57% from 428); Blue value is 93 (36.72% from 255 or 21.73% from 428); Max value from RGB is 217 - color contains mainly: red. Hex color #D9765D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D9765D is #2689A2. Grayscale: #909090. Windows color (decimal): -2525603 or 6125273. OLE color: 6125273.
HSL color Cylindrical-coordinate representation of color #D9765D: hue angle of 12.1º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D9765D is Cyan = 0, Magento = 0.46, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 118 | 93 | - |
| CMYK | 0 | 0.46 | 0.57 | 0.15 |
| HSL | 12.1º | 0.62% | 0.61% | - |
| HSV(B) | 12.1º | 0.57% | 0.85% | - |
| XYZ | 37.07 | 28.5 | 13.9 | - |
| YUV | 144.75 | 98.8 | 179.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 118 | 93 | 0 | 0.46 | 0.57 | 0.15 | 12.1 | 0.62 | 0.61 |
| Hex | D9 | 76 | 5D | 0 | 2E | 39 | F | C | 3E | 3D |
| Octal | 331 | 166 | 135 | 0 | 56 | 71 | 17 | 14 | 76 | 75 |
| Binary | 11011001 | 1110110 | 1011101 | 0 | 101110 | 111001 | 1111 | 1100 | 111110 | 111101 |
Color Harmonies of #D9765D
Complementary color
Monochromatic Colors of #D9765D
Black with #D9765D
Text Example
Text Example
White with #D9765D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9765D; }
p { color: rgb(217,118,93); }
H1.HeaderClassName
{
color: #D9765D;
}
.AnyTagClassName
{
color: #D9765D;
}
</style>
background-color css
<style>
a { background-color: #D9765D; }
a { background-color: rgb(217,118,93); }
div.DivClassName
{
background-color: #D9765D;
}
.BgClassName
{
background-color: #D9765D;
}
</style>
border-color css
<style>
span { border-color: #D9765D; }
span { border-color: rgb(217,118,93); }
td.TdClassName
{
border-color: #D9765D;
}
.TagClassName
{
border-color: #D9765D;
}
</style>