Shades of Terra Cotta #DD6B5C
Tints of Terra Cotta #DD6B5C
RGB
CMYK
RGB Variations
Color information
#DD6B5C (or 0xDD6B5C) is known color: Terra Cotta. HEX triplet: DD, 6B and 5C. RGB value is (221,107,92). Sum of RGB (Red+Green+Blue) = 221+107+92=420 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.62% from 420); Green value is 107 (42.19% from 255 or 25.48% from 420); Blue value is 92 (36.33% from 255 or 21.90% from 420); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6B5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD6B5C is #2294A3. Grayscale: #8B8B8B. Windows color (decimal): -2266276 or 6056925. OLE color: 6056925.
HSL color Cylindrical-coordinate representation of color #DD6B5C: hue angle of 6.98º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DD6B5C is Cyan = 0, Magento = 0.52, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 107 | 92 | - |
| CMYK | 0 | 0.52 | 0.58 | 0.13 |
| HSL | 6.98º | 0.65% | 0.61% | - |
| HSV(B) | 6.98º | 0.58% | 0.87% | - |
| XYZ | 37.01 | 26.66 | 13.32 | - |
| YUV | 139.38 | 101.27 | 186.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 107 | 92 | 0 | 0.52 | 0.58 | 0.13 | 6.98 | 0.65 | 0.61 |
| Hex | DD | 6B | 5C | 0 | 34 | 3A | D | 7 | 41 | 3D |
| Octal | 335 | 153 | 134 | 0 | 64 | 72 | 15 | 7 | 101 | 75 |
| Binary | 11011101 | 1101011 | 1011100 | 0 | 110100 | 111010 | 1101 | 111 | 1000001 | 111101 |
Color Harmonies of #DD6B5C
Complementary color
Monochromatic Colors of #DD6B5C
Black with #DD6B5C
Text Example
Text Example
White with #DD6B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6B5C; }
p { color: rgb(221,107,92); }
H1.HeaderClassName
{
color: #DD6B5C;
}
.AnyTagClassName
{
color: #DD6B5C;
}
</style>
background-color css
<style>
a { background-color: #DD6B5C; }
a { background-color: rgb(221,107,92); }
div.DivClassName
{
background-color: #DD6B5C;
}
.BgClassName
{
background-color: #DD6B5C;
}
</style>
border-color css
<style>
span { border-color: #DD6B5C; }
span { border-color: rgb(221,107,92); }
td.TdClassName
{
border-color: #DD6B5C;
}
.TagClassName
{
border-color: #DD6B5C;
}
</style>