Shades of Tahiti Gold #DD7121
Tints of Tahiti Gold #DD7121
RGB
CMYK
RGB Variations
Color information
#DD7121 (or 0xDD7121) is known color: Tahiti Gold. HEX triplet: DD, 71 and 21. RGB value is (221,113,33). Sum of RGB (Red+Green+Blue) = 221+113+33=367 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.22% from 367); Green value is 113 (44.53% from 255 or 30.79% from 367); Blue value is 33 (13.28% from 255 or 8.99% from 367); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7121 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD7121 is #228EDE. Grayscale: #888888. Windows color (decimal): -2264799 or 2191837. OLE color: 2191837.
HSL color Cylindrical-coordinate representation of color #DD7121: hue angle of 25.53º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DD7121 is Cyan = 0, Magento = 0.49, Yellow = 0.85 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 113 | 33 | - |
| CMYK | 0 | 0.49 | 0.85 | 0.13 |
| HSL | 25.53º | 0.74% | 0.5% | - |
| HSV(B) | 25.53º | 0.85% | 0.87% | - |
| XYZ | 36 | 27.29 | 4.81 | - |
| YUV | 136.17 | 69.78 | 188.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 113 | 33 | 0 | 0.49 | 0.85 | 0.13 | 25.53 | 0.74 | 0.5 |
| Hex | DD | 71 | 21 | 0 | 31 | 55 | D | 1A | 4A | 32 |
| Octal | 335 | 161 | 41 | 0 | 61 | 125 | 15 | 32 | 112 | 62 |
| Binary | 11011101 | 1110001 | 100001 | 0 | 110001 | 1010101 | 1101 | 11010 | 1001010 | 110010 |
Color Harmonies of #DD7121
Complementary color
Monochromatic Colors of #DD7121
Black with #DD7121
Text Example
Text Example
White with #DD7121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7121; }
p { color: rgb(221,113,33); }
H1.HeaderClassName
{
color: #DD7121;
}
.AnyTagClassName
{
color: #DD7121;
}
</style>
background-color css
<style>
a { background-color: #DD7121; }
a { background-color: rgb(221,113,33); }
div.DivClassName
{
background-color: #DD7121;
}
.BgClassName
{
background-color: #DD7121;
}
</style>
border-color css
<style>
span { border-color: #DD7121; }
span { border-color: rgb(221,113,33); }
td.TdClassName
{
border-color: #DD7121;
}
.TagClassName
{
border-color: #DD7121;
}
</style>