Shades of Terra Cotta #DD6B58
Tints of Terra Cotta #DD6B58
RGB
CMYK
RGB Variations
Color information
#DD6B58 (or 0xDD6B58) is known color: Terra Cotta. HEX triplet: DD, 6B and 58. RGB value is (221,107,88). Sum of RGB (Red+Green+Blue) = 221+107+88=416 (55% of max value = 765). Red value is 221 (86.72% from 255 or 53.12% from 416); Green value is 107 (42.19% from 255 or 25.72% from 416); Blue value is 88 (34.77% from 255 or 21.15% from 416); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6B58 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD6B58 is #2294A7. Grayscale: #8B8B8B. Windows color (decimal): -2266280 or 5794781. OLE color: 5794781.
HSL color Cylindrical-coordinate representation of color #DD6B58: hue angle of 8.57º 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 #DD6B58 is Cyan = 0, Magento = 0.52, Yellow = 0.60 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 107 | 88 | - |
| CMYK | 0 | 0.52 | 0.60 | 0.13 |
| HSL | 8.57º | 0.66% | 0.61% | - |
| HSV(B) | 8.57º | 0.6% | 0.87% | - |
| XYZ | 36.84 | 26.59 | 12.42 | - |
| YUV | 138.92 | 99.27 | 186.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 107 | 88 | 0 | 0.52 | 0.60 | 0.13 | 8.57 | 0.66 | 0.61 |
| Hex | DD | 6B | 58 | 0 | 34 | 3C | D | 9 | 42 | 3D |
| Octal | 335 | 153 | 130 | 0 | 64 | 74 | 15 | 11 | 102 | 75 |
| Binary | 11011101 | 1101011 | 1011000 | 0 | 110100 | 111100 | 1101 | 1001 | 1000010 | 111101 |
Color Harmonies of #DD6B58
Complementary color
Monochromatic Colors of #DD6B58
Black with #DD6B58
Text Example
Text Example
White with #DD6B58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6B58; }
p { color: rgb(221,107,88); }
H1.HeaderClassName
{
color: #DD6B58;
}
.AnyTagClassName
{
color: #DD6B58;
}
</style>
background-color css
<style>
a { background-color: #DD6B58; }
a { background-color: rgb(221,107,88); }
div.DivClassName
{
background-color: #DD6B58;
}
.BgClassName
{
background-color: #DD6B58;
}
</style>
border-color css
<style>
span { border-color: #DD6B58; }
span { border-color: rgb(221,107,88); }
td.TdClassName
{
border-color: #DD6B58;
}
.TagClassName
{
border-color: #DD6B58;
}
</style>