Shades of Terra Cotta #DC7B5B
Tints of Terra Cotta #DC7B5B
RGB
CMYK
RGB Variations
Color information
#DC7B5B (or 0xDC7B5B) is known color: Terra Cotta. HEX triplet: DC, 7B and 5B. RGB value is (220,123,91). Sum of RGB (Red+Green+Blue) = 220+123+91=434 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.69% from 434); Green value is 123 (48.44% from 255 or 28.34% from 434); Blue value is 91 (35.94% from 255 or 20.97% from 434); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7B5B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC7B5B is #2384A4. Grayscale: #949494. Windows color (decimal): -2327717 or 5995484. OLE color: 5995484.
HSL color Cylindrical-coordinate representation of color #DC7B5B: hue angle of 14.88º 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 #DC7B5B is Cyan = 0, Magento = 0.44, Yellow = 0.59 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 123 | 91 | - |
| CMYK | 0 | 0.44 | 0.59 | 0.14 |
| HSL | 14.88º | 0.65% | 0.61% | - |
| HSV(B) | 14.88º | 0.59% | 0.86% | - |
| XYZ | 38.49 | 30.14 | 13.69 | - |
| YUV | 148.36 | 95.64 | 179.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 123 | 91 | 0 | 0.44 | 0.59 | 0.14 | 14.88 | 0.65 | 0.61 |
| Hex | DC | 7B | 5B | 0 | 2C | 3B | E | F | 41 | 3D |
| Octal | 334 | 173 | 133 | 0 | 54 | 73 | 16 | 17 | 101 | 75 |
| Binary | 11011100 | 1111011 | 1011011 | 0 | 101100 | 111011 | 1110 | 1111 | 1000001 | 111101 |
Color Harmonies of #DC7B5B
Complementary color
Monochromatic Colors of #DC7B5B
Black with #DC7B5B
Text Example
Text Example
White with #DC7B5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7B5B; }
p { color: rgb(220,123,91); }
H1.HeaderClassName
{
color: #DC7B5B;
}
.AnyTagClassName
{
color: #DC7B5B;
}
</style>
background-color css
<style>
a { background-color: #DC7B5B; }
a { background-color: rgb(220,123,91); }
div.DivClassName
{
background-color: #DC7B5B;
}
.BgClassName
{
background-color: #DC7B5B;
}
</style>
border-color css
<style>
span { border-color: #DC7B5B; }
span { border-color: rgb(220,123,91); }
td.TdClassName
{
border-color: #DC7B5B;
}
.TagClassName
{
border-color: #DC7B5B;
}
</style>