Shades of Tahiti Gold #DD8129
Tints of Tahiti Gold #DD8129
RGB
CMYK
RGB Variations
Color information
#DD8129 (or 0xDD8129) is known color: Tahiti Gold. HEX triplet: DD, 81 and 29. RGB value is (221,129,41). Sum of RGB (Red+Green+Blue) = 221+129+41=391 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.52% from 391); Green value is 129 (50.78% from 255 or 32.99% from 391); Blue value is 41 (16.41% from 255 or 10.49% from 391); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8129 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD8129 is #227ED6. Grayscale: #929292. Windows color (decimal): -2260695 or 2720221. OLE color: 2720221.
HSL color Cylindrical-coordinate representation of color #DD8129: hue angle of 29.33º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DD8129 is Cyan = 0, Magento = 0.42, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 129 | 41 | - |
| CMYK | 0 | 0.42 | 0.81 | 0.13 |
| HSL | 29.33º | 0.73% | 0.51% | - |
| HSV(B) | 29.33º | 0.81% | 0.87% | - |
| XYZ | 38.07 | 31.23 | 6.12 | - |
| YUV | 146.48 | 68.48 | 181.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 129 | 41 | 0 | 0.42 | 0.81 | 0.13 | 29.33 | 0.73 | 0.51 |
| Hex | DD | 81 | 29 | 0 | 2A | 51 | D | 1D | 49 | 33 |
| Octal | 335 | 201 | 51 | 0 | 52 | 121 | 15 | 35 | 111 | 63 |
| Binary | 11011101 | 10000001 | 101001 | 0 | 101010 | 1010001 | 1101 | 11101 | 1001001 | 110011 |
Color Harmonies of #DD8129
Complementary color
Monochromatic Colors of #DD8129
Black with #DD8129
Text Example
Text Example
White with #DD8129
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8129; }
p { color: rgb(221,129,41); }
H1.HeaderClassName
{
color: #DD8129;
}
.AnyTagClassName
{
color: #DD8129;
}
</style>
background-color css
<style>
a { background-color: #DD8129; }
a { background-color: rgb(221,129,41); }
div.DivClassName
{
background-color: #DD8129;
}
.BgClassName
{
background-color: #DD8129;
}
</style>
border-color css
<style>
span { border-color: #DD8129; }
span { border-color: rgb(221,129,41); }
td.TdClassName
{
border-color: #DD8129;
}
.TagClassName
{
border-color: #DD8129;
}
</style>