Shades of Terra Cotta #DD765A
Tints of Terra Cotta #DD765A
RGB
CMYK
RGB Variations
Color information
#DD765A (or 0xDD765A) is known color: Terra Cotta. HEX triplet: DD, 76 and 5A. RGB value is (221,118,90). Sum of RGB (Red+Green+Blue) = 221+118+90=429 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.52% from 429); Green value is 118 (46.48% from 255 or 27.51% from 429); Blue value is 90 (35.55% from 255 or 20.98% from 429); Max value from RGB is 221 - color contains mainly: red. Hex color #DD765A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD765A is #2289A5. Grayscale: #919191. Windows color (decimal): -2263462 or 5928669. OLE color: 5928669.
HSL color Cylindrical-coordinate representation of color #DD765A: hue angle of 12.82º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DD765A is Cyan = 0, Magento = 0.47, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 118 | 90 | - |
| CMYK | 0 | 0.47 | 0.59 | 0.13 |
| HSL | 12.82º | 0.66% | 0.61% | - |
| HSV(B) | 12.82º | 0.59% | 0.87% | - |
| XYZ | 38.14 | 29.07 | 13.27 | - |
| YUV | 145.61 | 96.62 | 181.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 118 | 90 | 0 | 0.47 | 0.59 | 0.13 | 12.82 | 0.66 | 0.61 |
| Hex | DD | 76 | 5A | 0 | 2F | 3B | D | D | 42 | 3D |
| Octal | 335 | 166 | 132 | 0 | 57 | 73 | 15 | 15 | 102 | 75 |
| Binary | 11011101 | 1110110 | 1011010 | 0 | 101111 | 111011 | 1101 | 1101 | 1000010 | 111101 |
Color Harmonies of #DD765A
Complementary color
Monochromatic Colors of #DD765A
Black with #DD765A
Text Example
Text Example
White with #DD765A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD765A; }
p { color: rgb(221,118,90); }
H1.HeaderClassName
{
color: #DD765A;
}
.AnyTagClassName
{
color: #DD765A;
}
</style>
background-color css
<style>
a { background-color: #DD765A; }
a { background-color: rgb(221,118,90); }
div.DivClassName
{
background-color: #DD765A;
}
.BgClassName
{
background-color: #DD765A;
}
</style>
border-color css
<style>
span { border-color: #DD765A; }
span { border-color: rgb(221,118,90); }
td.TdClassName
{
border-color: #DD765A;
}
.TagClassName
{
border-color: #DD765A;
}
</style>