Shades of Terra Cotta #DC6B5B
Tints of Terra Cotta #DC6B5B
RGB
CMYK
RGB Variations
Color information
#DC6B5B (or 0xDC6B5B) is known color: Terra Cotta. HEX triplet: DC, 6B and 5B. RGB value is (220,107,91). Sum of RGB (Red+Green+Blue) = 220+107+91=418 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.63% from 418); Green value is 107 (42.19% from 255 or 25.60% from 418); Blue value is 91 (35.94% from 255 or 21.77% from 418); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6B5B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC6B5B is #2394A4. Grayscale: #8B8B8B. Windows color (decimal): -2331813 or 5991388. OLE color: 5991388.
HSL color Cylindrical-coordinate representation of color #DC6B5B: hue angle of 7.44º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DC6B5B is Cyan = 0, Magento = 0.51, Yellow = 0.59 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 107 | 91 | - |
| CMYK | 0 | 0.51 | 0.59 | 0.14 |
| HSL | 7.44º | 0.65% | 0.61% | - |
| HSV(B) | 7.44º | 0.59% | 0.86% | - |
| XYZ | 36.66 | 26.49 | 13.08 | - |
| YUV | 138.96 | 100.94 | 185.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 107 | 91 | 0 | 0.51 | 0.59 | 0.14 | 7.44 | 0.65 | 0.61 |
| Hex | DC | 6B | 5B | 0 | 33 | 3B | E | 7 | 41 | 3D |
| Octal | 334 | 153 | 133 | 0 | 63 | 73 | 16 | 7 | 101 | 75 |
| Binary | 11011100 | 1101011 | 1011011 | 0 | 110011 | 111011 | 1110 | 111 | 1000001 | 111101 |
Color Harmonies of #DC6B5B
Complementary color
Monochromatic Colors of #DC6B5B
Black with #DC6B5B
Text Example
Text Example
White with #DC6B5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6B5B; }
p { color: rgb(220,107,91); }
H1.HeaderClassName
{
color: #DC6B5B;
}
.AnyTagClassName
{
color: #DC6B5B;
}
</style>
background-color css
<style>
a { background-color: #DC6B5B; }
a { background-color: rgb(220,107,91); }
div.DivClassName
{
background-color: #DC6B5B;
}
.BgClassName
{
background-color: #DC6B5B;
}
</style>
border-color css
<style>
span { border-color: #DC6B5B; }
span { border-color: rgb(220,107,91); }
td.TdClassName
{
border-color: #DC6B5B;
}
.TagClassName
{
border-color: #DC6B5B;
}
</style>