Shades of Tahiti Gold #DD712D
Tints of Tahiti Gold #DD712D
RGB
CMYK
RGB Variations
Color information
#DD712D (or 0xDD712D) is known color: Tahiti Gold. HEX triplet: DD, 71 and 2D. RGB value is (221,113,45). Sum of RGB (Red+Green+Blue) = 221+113+45=379 (50% of max value = 765). Red value is 221 (86.72% from 255 or 58.31% from 379); Green value is 113 (44.53% from 255 or 29.82% from 379); Blue value is 45 (17.97% from 255 or 11.87% from 379); Max value from RGB is 221 - color contains mainly: red. Hex color #DD712D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD712D is #228ED2. Grayscale: #898989. Windows color (decimal): -2264787 or 2978269. OLE color: 2978269.
HSL color Cylindrical-coordinate representation of color #DD712D: hue angle of 23.18º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DD712D is Cyan = 0, Magento = 0.49, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 113 | 45 | - |
| CMYK | 0 | 0.49 | 0.80 | 0.13 |
| HSL | 23.18º | 0.72% | 0.52% | - |
| HSV(B) | 23.18º | 0.8% | 0.87% | - |
| XYZ | 36.2 | 27.37 | 5.86 | - |
| YUV | 137.54 | 75.78 | 187.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 113 | 45 | 0 | 0.49 | 0.80 | 0.13 | 23.18 | 0.72 | 0.52 |
| Hex | DD | 71 | 2D | 0 | 31 | 50 | D | 17 | 48 | 34 |
| Octal | 335 | 161 | 55 | 0 | 61 | 120 | 15 | 27 | 110 | 64 |
| Binary | 11011101 | 1110001 | 101101 | 0 | 110001 | 1010000 | 1101 | 10111 | 1001000 | 110100 |
Color Harmonies of #DD712D
Complementary color
Monochromatic Colors of #DD712D
Black with #DD712D
Text Example
Text Example
White with #DD712D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD712D; }
p { color: rgb(221,113,45); }
H1.HeaderClassName
{
color: #DD712D;
}
.AnyTagClassName
{
color: #DD712D;
}
</style>
background-color css
<style>
a { background-color: #DD712D; }
a { background-color: rgb(221,113,45); }
div.DivClassName
{
background-color: #DD712D;
}
.BgClassName
{
background-color: #DD712D;
}
</style>
border-color css
<style>
span { border-color: #DD712D; }
span { border-color: rgb(221,113,45); }
td.TdClassName
{
border-color: #DD712D;
}
.TagClassName
{
border-color: #DD712D;
}
</style>