Shades of Terra Cotta #DD7758
Tints of Terra Cotta #DD7758
RGB
CMYK
RGB Variations
Color information
#DD7758 (or 0xDD7758) is known color: Terra Cotta. HEX triplet: DD, 77 and 58. RGB value is (221,119,88). Sum of RGB (Red+Green+Blue) = 221+119+88=428 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.64% from 428); Green value is 119 (46.88% from 255 or 27.80% from 428); Blue value is 88 (34.77% from 255 or 20.56% from 428); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7758 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7758 is #2288A7. Grayscale: #929292. Windows color (decimal): -2263208 or 5797853. OLE color: 5797853.
HSL color Cylindrical-coordinate representation of color #DD7758: hue angle of 13.98º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DD7758 is Cyan = 0, Magento = 0.46, Yellow = 0.60 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 119 | 88 | - |
| CMYK | 0 | 0.46 | 0.60 | 0.13 |
| HSL | 13.98º | 0.66% | 0.61% | - |
| HSV(B) | 13.98º | 0.6% | 0.87% | - |
| XYZ | 38.18 | 29.27 | 12.87 | - |
| YUV | 145.96 | 95.29 | 181.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 119 | 88 | 0 | 0.46 | 0.60 | 0.13 | 13.98 | 0.66 | 0.61 |
| Hex | DD | 77 | 58 | 0 | 2E | 3C | D | E | 42 | 3D |
| Octal | 335 | 167 | 130 | 0 | 56 | 74 | 15 | 16 | 102 | 75 |
| Binary | 11011101 | 1110111 | 1011000 | 0 | 101110 | 111100 | 1101 | 1110 | 1000010 | 111101 |
Color Harmonies of #DD7758
Complementary color
Monochromatic Colors of #DD7758
Black with #DD7758
Text Example
Text Example
White with #DD7758
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7758; }
p { color: rgb(221,119,88); }
H1.HeaderClassName
{
color: #DD7758;
}
.AnyTagClassName
{
color: #DD7758;
}
</style>
background-color css
<style>
a { background-color: #DD7758; }
a { background-color: rgb(221,119,88); }
div.DivClassName
{
background-color: #DD7758;
}
.BgClassName
{
background-color: #DD7758;
}
</style>
border-color css
<style>
span { border-color: #DD7758; }
span { border-color: rgb(221,119,88); }
td.TdClassName
{
border-color: #DD7758;
}
.TagClassName
{
border-color: #DD7758;
}
</style>