Shades of Terra Cotta #DD755A
Tints of Terra Cotta #DD755A
RGB
CMYK
RGB Variations
Color information
#DD755A (or 0xDD755A) is known color: Terra Cotta. HEX triplet: DD, 75 and 5A. RGB value is (221,117,90). Sum of RGB (Red+Green+Blue) = 221+117+90=428 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.64% from 428); Green value is 117 (46.09% from 255 or 27.34% from 428); Blue value is 90 (35.55% from 255 or 21.03% from 428); Max value from RGB is 221 - color contains mainly: red. Hex color #DD755A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD755A is #228AA5. Grayscale: #919191. Windows color (decimal): -2263718 or 5928413. OLE color: 5928413.
HSL color Cylindrical-coordinate representation of color #DD755A: hue angle of 12.37º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DD755A is Cyan = 0, Magento = 0.47, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 117 | 90 | - |
| CMYK | 0 | 0.47 | 0.59 | 0.13 |
| HSL | 12.37º | 0.66% | 0.61% | - |
| HSV(B) | 12.37º | 0.59% | 0.87% | - |
| XYZ | 38.03 | 28.83 | 13.23 | - |
| YUV | 145.02 | 96.96 | 182.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 117 | 90 | 0 | 0.47 | 0.59 | 0.13 | 12.37 | 0.66 | 0.61 |
| Hex | DD | 75 | 5A | 0 | 2F | 3B | D | C | 42 | 3D |
| Octal | 335 | 165 | 132 | 0 | 57 | 73 | 15 | 14 | 102 | 75 |
| Binary | 11011101 | 1110101 | 1011010 | 0 | 101111 | 111011 | 1101 | 1100 | 1000010 | 111101 |
Color Harmonies of #DD755A
Complementary color
Monochromatic Colors of #DD755A
Black with #DD755A
Text Example
Text Example
White with #DD755A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD755A; }
p { color: rgb(221,117,90); }
H1.HeaderClassName
{
color: #DD755A;
}
.AnyTagClassName
{
color: #DD755A;
}
</style>
background-color css
<style>
a { background-color: #DD755A; }
a { background-color: rgb(221,117,90); }
div.DivClassName
{
background-color: #DD755A;
}
.BgClassName
{
background-color: #DD755A;
}
</style>
border-color css
<style>
span { border-color: #DD755A; }
span { border-color: rgb(221,117,90); }
td.TdClassName
{
border-color: #DD755A;
}
.TagClassName
{
border-color: #DD755A;
}
</style>