Shades of Tahiti Gold #DD8121
Tints of Tahiti Gold #DD8121
RGB
CMYK
RGB Variations
Color information
#DD8121 (or 0xDD8121) is known color: Tahiti Gold. HEX triplet: DD, 81 and 21. RGB value is (221,129,33). Sum of RGB (Red+Green+Blue) = 221+129+33=383 (50% of max value = 765). Red value is 221 (86.72% from 255 or 57.70% from 383); Green value is 129 (50.78% from 255 or 33.68% from 383); Blue value is 33 (13.28% from 255 or 8.62% from 383); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8121 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD8121 is #227EDE. Grayscale: #929292. Windows color (decimal): -2260703 or 2195933. OLE color: 2195933.
HSL color Cylindrical-coordinate representation of color #DD8121: hue angle of 30.64º 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 #DD8121 is Cyan = 0, Magento = 0.42, Yellow = 0.85 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 129 | 33 | - |
| CMYK | 0 | 0.42 | 0.85 | 0.13 |
| HSL | 30.64º | 0.74% | 0.5% | - |
| HSV(B) | 30.64º | 0.85% | 0.87% | - |
| XYZ | 37.94 | 31.18 | 5.46 | - |
| YUV | 145.56 | 64.48 | 181.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 129 | 33 | 0 | 0.42 | 0.85 | 0.13 | 30.64 | 0.74 | 0.5 |
| Hex | DD | 81 | 21 | 0 | 2A | 55 | D | 1F | 4A | 32 |
| Octal | 335 | 201 | 41 | 0 | 52 | 125 | 15 | 37 | 112 | 62 |
| Binary | 11011101 | 10000001 | 100001 | 0 | 101010 | 1010101 | 1101 | 11111 | 1001010 | 110010 |
Color Harmonies of #DD8121
Complementary color
Monochromatic Colors of #DD8121
Black with #DD8121
Text Example
Text Example
White with #DD8121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8121; }
p { color: rgb(221,129,33); }
H1.HeaderClassName
{
color: #DD8121;
}
.AnyTagClassName
{
color: #DD8121;
}
</style>
background-color css
<style>
a { background-color: #DD8121; }
a { background-color: rgb(221,129,33); }
div.DivClassName
{
background-color: #DD8121;
}
.BgClassName
{
background-color: #DD8121;
}
</style>
border-color css
<style>
span { border-color: #DD8121; }
span { border-color: rgb(221,129,33); }
td.TdClassName
{
border-color: #DD8121;
}
.TagClassName
{
border-color: #DD8121;
}
</style>