Shades of Terra Cotta #D66F63
Tints of Terra Cotta #D66F63
RGB
CMYK
RGB Variations
Color information
#D66F63 (or 0xD66F63) is known color: Terra Cotta. HEX triplet: D6, 6F and 63. RGB value is (214,111,99). Sum of RGB (Red+Green+Blue) = 214+111+99=424 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.47% from 424); Green value is 111 (43.75% from 255 or 26.18% from 424); Blue value is 99 (39.06% from 255 or 23.35% from 424); Max value from RGB is 214 - color contains mainly: red. Hex color #D66F63 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D66F63 is #29909C. Grayscale: #8C8C8C. Windows color (decimal): -2723997 or 6516694. OLE color: 6516694.
HSL color Cylindrical-coordinate representation of color #D66F63: hue angle of 6.26º degrees, saturation: 0.58, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D66F63 is Cyan = 0, Magento = 0.48, Yellow = 0.54 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 111 | 99 | - |
| CMYK | 0 | 0.48 | 0.54 | 0.16 |
| HSL | 6.26º | 0.58% | 0.61% | - |
| HSV(B) | 6.26º | 0.54% | 0.84% | - |
| XYZ | 35.67 | 26.57 | 15.05 | - |
| YUV | 140.43 | 104.62 | 180.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 111 | 99 | 0 | 0.48 | 0.54 | 0.16 | 6.26 | 0.58 | 0.61 |
| Hex | D6 | 6F | 63 | 0 | 30 | 36 | 10 | 6 | 3A | 3D |
| Octal | 326 | 157 | 143 | 0 | 60 | 66 | 20 | 6 | 72 | 75 |
| Binary | 11010110 | 1101111 | 1100011 | 0 | 110000 | 110110 | 10000 | 110 | 111010 | 111101 |
Color Harmonies of #D66F63
Complementary color
Monochromatic Colors of #D66F63
Black with #D66F63
Text Example
Text Example
White with #D66F63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D66F63; }
p { color: rgb(214,111,99); }
H1.HeaderClassName
{
color: #D66F63;
}
.AnyTagClassName
{
color: #D66F63;
}
</style>
background-color css
<style>
a { background-color: #D66F63; }
a { background-color: rgb(214,111,99); }
div.DivClassName
{
background-color: #D66F63;
}
.BgClassName
{
background-color: #D66F63;
}
</style>
border-color css
<style>
span { border-color: #D66F63; }
span { border-color: rgb(214,111,99); }
td.TdClassName
{
border-color: #D66F63;
}
.TagClassName
{
border-color: #D66F63;
}
</style>