Shades of Terra Cotta #DC6B5A
Tints of Terra Cotta #DC6B5A
RGB
CMYK
RGB Variations
Color information
#DC6B5A (or 0xDC6B5A) is known color: Terra Cotta. HEX triplet: DC, 6B and 5A. RGB value is (220,107,90). Sum of RGB (Red+Green+Blue) = 220+107+90=417 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.76% from 417); Green value is 107 (42.19% from 255 or 25.66% from 417); Blue value is 90 (35.55% from 255 or 21.58% from 417); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6B5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC6B5A is #2394A5. Grayscale: #8B8B8B. Windows color (decimal): -2331814 or 5925852. OLE color: 5925852.
HSL color Cylindrical-coordinate representation of color #DC6B5A: hue angle of 7.85º 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 #DC6B5A is Cyan = 0, Magento = 0.51, Yellow = 0.59 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 107 | 90 | - |
| CMYK | 0 | 0.51 | 0.59 | 0.14 |
| HSL | 7.85º | 0.65% | 0.61% | - |
| HSV(B) | 7.85º | 0.59% | 0.86% | - |
| XYZ | 36.62 | 26.47 | 12.85 | - |
| YUV | 138.85 | 100.44 | 185.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 107 | 90 | 0 | 0.51 | 0.59 | 0.14 | 7.85 | 0.65 | 0.61 |
| Hex | DC | 6B | 5A | 0 | 33 | 3B | E | 8 | 41 | 3D |
| Octal | 334 | 153 | 132 | 0 | 63 | 73 | 16 | 10 | 101 | 75 |
| Binary | 11011100 | 1101011 | 1011010 | 0 | 110011 | 111011 | 1110 | 1000 | 1000001 | 111101 |
Color Harmonies of #DC6B5A
Complementary color
Monochromatic Colors of #DC6B5A
Black with #DC6B5A
Text Example
Text Example
White with #DC6B5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6B5A; }
p { color: rgb(220,107,90); }
H1.HeaderClassName
{
color: #DC6B5A;
}
.AnyTagClassName
{
color: #DC6B5A;
}
</style>
background-color css
<style>
a { background-color: #DC6B5A; }
a { background-color: rgb(220,107,90); }
div.DivClassName
{
background-color: #DC6B5A;
}
.BgClassName
{
background-color: #DC6B5A;
}
</style>
border-color css
<style>
span { border-color: #DC6B5A; }
span { border-color: rgb(220,107,90); }
td.TdClassName
{
border-color: #DC6B5A;
}
.TagClassName
{
border-color: #DC6B5A;
}
</style>