Shades of Terra Cotta #DD7654
Tints of Terra Cotta #DD7654
RGB
CMYK
RGB Variations
Color information
#DD7654 (or 0xDD7654) is known color: Terra Cotta. HEX triplet: DD, 76 and 54. RGB value is (221,118,84). Sum of RGB (Red+Green+Blue) = 221+118+84=423 (56% of max value = 765). Red value is 221 (86.72% from 255 or 52.25% from 423); Green value is 118 (46.48% from 255 or 27.90% from 423); Blue value is 84 (33.20% from 255 or 19.86% from 423); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7654 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7654 is #2289AB. Grayscale: #919191. Windows color (decimal): -2263468 or 5535453. OLE color: 5535453.
HSL color Cylindrical-coordinate representation of color #DD7654: hue angle of 14.89º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DD7654 is Cyan = 0, Magento = 0.47, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 118 | 84 | - |
| CMYK | 0 | 0.47 | 0.62 | 0.13 |
| HSL | 14.89º | 0.67% | 0.6% | - |
| HSV(B) | 14.89º | 0.62% | 0.87% | - |
| XYZ | 37.9 | 28.97 | 11.98 | - |
| YUV | 144.92 | 93.62 | 182.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 118 | 84 | 0 | 0.47 | 0.62 | 0.13 | 14.89 | 0.67 | 0.6 |
| Hex | DD | 76 | 54 | 0 | 2F | 3E | D | F | 43 | 3C |
| Octal | 335 | 166 | 124 | 0 | 57 | 76 | 15 | 17 | 103 | 74 |
| Binary | 11011101 | 1110110 | 1010100 | 0 | 101111 | 111110 | 1101 | 1111 | 1000011 | 111100 |
Color Harmonies of #DD7654
Complementary color
Monochromatic Colors of #DD7654
Black with #DD7654
Text Example
Text Example
White with #DD7654
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7654; }
p { color: rgb(221,118,84); }
H1.HeaderClassName
{
color: #DD7654;
}
.AnyTagClassName
{
color: #DD7654;
}
</style>
background-color css
<style>
a { background-color: #DD7654; }
a { background-color: rgb(221,118,84); }
div.DivClassName
{
background-color: #DD7654;
}
.BgClassName
{
background-color: #DD7654;
}
</style>
border-color css
<style>
span { border-color: #DD7654; }
span { border-color: rgb(221,118,84); }
td.TdClassName
{
border-color: #DD7654;
}
.TagClassName
{
border-color: #DD7654;
}
</style>