Shades of Terra Cotta #DD6B5D
Tints of Terra Cotta #DD6B5D
RGB
CMYK
RGB Variations
Color information
#DD6B5D (or 0xDD6B5D) is known color: Terra Cotta. HEX triplet: DD, 6B and 5D. RGB value is (221,107,93). Sum of RGB (Red+Green+Blue) = 221+107+93=421 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.49% from 421); Green value is 107 (42.19% from 255 or 25.42% from 421); Blue value is 93 (36.72% from 255 or 22.09% from 421); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6B5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD6B5D is #2294A2. Grayscale: #8B8B8B. Windows color (decimal): -2266275 or 6122461. OLE color: 6122461.
HSL color Cylindrical-coordinate representation of color #DD6B5D: hue angle of 6.56º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DD6B5D is Cyan = 0, Magento = 0.52, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 107 | 93 | - |
| CMYK | 0 | 0.52 | 0.58 | 0.13 |
| HSL | 6.56º | 0.65% | 0.62% | - |
| HSV(B) | 6.56º | 0.58% | 0.87% | - |
| XYZ | 37.05 | 26.68 | 13.55 | - |
| YUV | 139.49 | 101.77 | 186.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 107 | 93 | 0 | 0.52 | 0.58 | 0.13 | 6.56 | 0.65 | 0.62 |
| Hex | DD | 6B | 5D | 0 | 34 | 3A | D | 7 | 41 | 3E |
| Octal | 335 | 153 | 135 | 0 | 64 | 72 | 15 | 7 | 101 | 76 |
| Binary | 11011101 | 1101011 | 1011101 | 0 | 110100 | 111010 | 1101 | 111 | 1000001 | 111110 |
Color Harmonies of #DD6B5D
Complementary color
Monochromatic Colors of #DD6B5D
Black with #DD6B5D
Text Example
Text Example
White with #DD6B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6B5D; }
p { color: rgb(221,107,93); }
H1.HeaderClassName
{
color: #DD6B5D;
}
.AnyTagClassName
{
color: #DD6B5D;
}
</style>
background-color css
<style>
a { background-color: #DD6B5D; }
a { background-color: rgb(221,107,93); }
div.DivClassName
{
background-color: #DD6B5D;
}
.BgClassName
{
background-color: #DD6B5D;
}
</style>
border-color css
<style>
span { border-color: #DD6B5D; }
span { border-color: rgb(221,107,93); }
td.TdClassName
{
border-color: #DD6B5D;
}
.TagClassName
{
border-color: #DD6B5D;
}
</style>