Shades of Terra Cotta #D9755A
Tints of Terra Cotta #D9755A
RGB
CMYK
RGB Variations
Color information
#D9755A (or 0xD9755A) is known color: Terra Cotta. HEX triplet: D9, 75 and 5A. RGB value is (217,117,90). Sum of RGB (Red+Green+Blue) = 217+117+90=424 (56% of max value = 765). Red value is 217 (85.16% from 255 or 51.18% from 424); Green value is 117 (46.09% from 255 or 27.59% from 424); Blue value is 90 (35.55% from 255 or 21.23% from 424); Max value from RGB is 217 - color contains mainly: red. Hex color #D9755A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D9755A is #268AA5. Grayscale: #909090. Windows color (decimal): -2525862 or 5928409. OLE color: 5928409.
HSL color Cylindrical-coordinate representation of color #D9755A: hue angle of 12.76º degrees, saturation: 0.63, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D9755A is Cyan = 0, Magento = 0.46, Yellow = 0.59 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 117 | 90 | - |
| CMYK | 0 | 0.46 | 0.59 | 0.15 |
| HSL | 12.76º | 0.63% | 0.6% | - |
| HSV(B) | 12.76º | 0.59% | 0.85% | - |
| XYZ | 36.82 | 28.21 | 13.18 | - |
| YUV | 143.82 | 97.63 | 180.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 117 | 90 | 0 | 0.46 | 0.59 | 0.15 | 12.76 | 0.63 | 0.6 |
| Hex | D9 | 75 | 5A | 0 | 2E | 3B | F | D | 3F | 3C |
| Octal | 331 | 165 | 132 | 0 | 56 | 73 | 17 | 15 | 77 | 74 |
| Binary | 11011001 | 1110101 | 1011010 | 0 | 101110 | 111011 | 1111 | 1101 | 111111 | 111100 |
Color Harmonies of #D9755A
Complementary color
Monochromatic Colors of #D9755A
Black with #D9755A
Text Example
Text Example
White with #D9755A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9755A; }
p { color: rgb(217,117,90); }
H1.HeaderClassName
{
color: #D9755A;
}
.AnyTagClassName
{
color: #D9755A;
}
</style>
background-color css
<style>
a { background-color: #D9755A; }
a { background-color: rgb(217,117,90); }
div.DivClassName
{
background-color: #D9755A;
}
.BgClassName
{
background-color: #D9755A;
}
</style>
border-color css
<style>
span { border-color: #D9755A; }
span { border-color: rgb(217,117,90); }
td.TdClassName
{
border-color: #D9755A;
}
.TagClassName
{
border-color: #D9755A;
}
</style>