Shades of Tahiti Gold #DD8123
Tints of Tahiti Gold #DD8123
RGB
CMYK
RGB Variations
Color information
#DD8123 (or 0xDD8123) is known color: Tahiti Gold. HEX triplet: DD, 81 and 23. RGB value is (221,129,35). Sum of RGB (Red+Green+Blue) = 221+129+35=385 (50% of max value = 765). Red value is 221 (86.72% from 255 or 57.40% from 385); Green value is 129 (50.78% from 255 or 33.51% from 385); Blue value is 35 (14.06% from 255 or 9.09% from 385); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8123 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD8123 is #227EDC. Grayscale: #929292. Windows color (decimal): -2260701 or 2327005. OLE color: 2327005.
HSL color Cylindrical-coordinate representation of color #DD8123: hue angle of 30.32º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DD8123 is Cyan = 0, Magento = 0.42, Yellow = 0.84 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 129 | 35 | - |
| CMYK | 0 | 0.42 | 0.84 | 0.13 |
| HSL | 30.32º | 0.73% | 0.5% | - |
| HSV(B) | 30.32º | 0.84% | 0.87% | - |
| XYZ | 37.97 | 31.19 | 5.61 | - |
| YUV | 145.79 | 65.48 | 181.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 129 | 35 | 0 | 0.42 | 0.84 | 0.13 | 30.32 | 0.73 | 0.5 |
| Hex | DD | 81 | 23 | 0 | 2A | 54 | D | 1E | 49 | 32 |
| Octal | 335 | 201 | 43 | 0 | 52 | 124 | 15 | 36 | 111 | 62 |
| Binary | 11011101 | 10000001 | 100011 | 0 | 101010 | 1010100 | 1101 | 11110 | 1001001 | 110010 |
Color Harmonies of #DD8123
Complementary color
Monochromatic Colors of #DD8123
Black with #DD8123
Text Example
Text Example
White with #DD8123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8123; }
p { color: rgb(221,129,35); }
H1.HeaderClassName
{
color: #DD8123;
}
.AnyTagClassName
{
color: #DD8123;
}
</style>
background-color css
<style>
a { background-color: #DD8123; }
a { background-color: rgb(221,129,35); }
div.DivClassName
{
background-color: #DD8123;
}
.BgClassName
{
background-color: #DD8123;
}
</style>
border-color css
<style>
span { border-color: #DD8123; }
span { border-color: rgb(221,129,35); }
td.TdClassName
{
border-color: #DD8123;
}
.TagClassName
{
border-color: #DD8123;
}
</style>