Shades of Terra Cotta #DD765B
Tints of Terra Cotta #DD765B
RGB
CMYK
RGB Variations
Color information
#DD765B (or 0xDD765B) is known color: Terra Cotta. HEX triplet: DD, 76 and 5B. RGB value is (221,118,91). Sum of RGB (Red+Green+Blue) = 221+118+91=430 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.40% from 430); Green value is 118 (46.48% from 255 or 27.44% from 430); Blue value is 91 (35.94% from 255 or 21.16% from 430); Max value from RGB is 221 - color contains mainly: red. Hex color #DD765B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD765B is #2289A4. Grayscale: #919191. Windows color (decimal): -2263461 or 5994205. OLE color: 5994205.
HSL color Cylindrical-coordinate representation of color #DD765B: hue angle of 12.46º 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 #DD765B is Cyan = 0, Magento = 0.47, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 118 | 91 | - |
| CMYK | 0 | 0.47 | 0.59 | 0.13 |
| HSL | 12.46º | 0.66% | 0.61% | - |
| HSV(B) | 12.46º | 0.59% | 0.87% | - |
| XYZ | 38.19 | 29.08 | 13.5 | - |
| YUV | 145.72 | 97.12 | 181.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 118 | 91 | 0 | 0.47 | 0.59 | 0.13 | 12.46 | 0.66 | 0.61 |
| Hex | DD | 76 | 5B | 0 | 2F | 3B | D | C | 42 | 3D |
| Octal | 335 | 166 | 133 | 0 | 57 | 73 | 15 | 14 | 102 | 75 |
| Binary | 11011101 | 1110110 | 1011011 | 0 | 101111 | 111011 | 1101 | 1100 | 1000010 | 111101 |
Color Harmonies of #DD765B
Complementary color
Monochromatic Colors of #DD765B
Black with #DD765B
Text Example
Text Example
White with #DD765B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD765B; }
p { color: rgb(221,118,91); }
H1.HeaderClassName
{
color: #DD765B;
}
.AnyTagClassName
{
color: #DD765B;
}
</style>
background-color css
<style>
a { background-color: #DD765B; }
a { background-color: rgb(221,118,91); }
div.DivClassName
{
background-color: #DD765B;
}
.BgClassName
{
background-color: #DD765B;
}
</style>
border-color css
<style>
span { border-color: #DD765B; }
span { border-color: rgb(221,118,91); }
td.TdClassName
{
border-color: #DD765B;
}
.TagClassName
{
border-color: #DD765B;
}
</style>