Shades of Terra Cotta #DD6B5B
Tints of Terra Cotta #DD6B5B
RGB
CMYK
RGB Variations
Color information
#DD6B5B (or 0xDD6B5B) is known color: Terra Cotta. HEX triplet: DD, 6B and 5B. RGB value is (221,107,91). Sum of RGB (Red+Green+Blue) = 221+107+91=419 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.74% from 419); Green value is 107 (42.19% from 255 or 25.54% from 419); Blue value is 91 (35.94% from 255 or 21.72% from 419); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6B5B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD6B5B is #2294A4. Grayscale: #8B8B8B. Windows color (decimal): -2266277 or 5991389. OLE color: 5991389.
HSL color Cylindrical-coordinate representation of color #DD6B5B: hue angle of 7.38º 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 #DD6B5B is Cyan = 0, Magento = 0.52, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 107 | 91 | - |
| CMYK | 0 | 0.52 | 0.59 | 0.13 |
| HSL | 7.38º | 0.66% | 0.61% | - |
| HSV(B) | 7.38º | 0.59% | 0.87% | - |
| XYZ | 36.96 | 26.64 | 13.09 | - |
| YUV | 139.26 | 100.77 | 186.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 107 | 91 | 0 | 0.52 | 0.59 | 0.13 | 7.38 | 0.66 | 0.61 |
| Hex | DD | 6B | 5B | 0 | 34 | 3B | D | 7 | 42 | 3D |
| Octal | 335 | 153 | 133 | 0 | 64 | 73 | 15 | 7 | 102 | 75 |
| Binary | 11011101 | 1101011 | 1011011 | 0 | 110100 | 111011 | 1101 | 111 | 1000010 | 111101 |
Color Harmonies of #DD6B5B
Complementary color
Monochromatic Colors of #DD6B5B
Black with #DD6B5B
Text Example
Text Example
White with #DD6B5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6B5B; }
p { color: rgb(221,107,91); }
H1.HeaderClassName
{
color: #DD6B5B;
}
.AnyTagClassName
{
color: #DD6B5B;
}
</style>
background-color css
<style>
a { background-color: #DD6B5B; }
a { background-color: rgb(221,107,91); }
div.DivClassName
{
background-color: #DD6B5B;
}
.BgClassName
{
background-color: #DD6B5B;
}
</style>
border-color css
<style>
span { border-color: #DD6B5B; }
span { border-color: rgb(221,107,91); }
td.TdClassName
{
border-color: #DD6B5B;
}
.TagClassName
{
border-color: #DD6B5B;
}
</style>