Shades of Tahiti Gold #DD8127
Tints of Tahiti Gold #DD8127
RGB
CMYK
RGB Variations
Color information
#DD8127 (or 0xDD8127) is known color: Tahiti Gold. HEX triplet: DD, 81 and 27. RGB value is (221,129,39). Sum of RGB (Red+Green+Blue) = 221+129+39=389 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.81% from 389); Green value is 129 (50.78% from 255 or 33.16% from 389); Blue value is 39 (15.62% from 255 or 10.03% from 389); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8127 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD8127 is #227ED8. Grayscale: #929292. Windows color (decimal): -2260697 or 2589149. OLE color: 2589149.
HSL color Cylindrical-coordinate representation of color #DD8127: hue angle of 29.67º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DD8127 is Cyan = 0, Magento = 0.42, Yellow = 0.82 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 129 | 39 | - |
| CMYK | 0 | 0.42 | 0.82 | 0.13 |
| HSL | 29.67º | 0.73% | 0.51% | - |
| HSV(B) | 29.67º | 0.82% | 0.87% | - |
| XYZ | 38.04 | 31.22 | 5.94 | - |
| YUV | 146.25 | 67.48 | 181.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 129 | 39 | 0 | 0.42 | 0.82 | 0.13 | 29.67 | 0.73 | 0.51 |
| Hex | DD | 81 | 27 | 0 | 2A | 52 | D | 1E | 49 | 33 |
| Octal | 335 | 201 | 47 | 0 | 52 | 122 | 15 | 36 | 111 | 63 |
| Binary | 11011101 | 10000001 | 100111 | 0 | 101010 | 1010010 | 1101 | 11110 | 1001001 | 110011 |
Color Harmonies of #DD8127
Complementary color
Monochromatic Colors of #DD8127
Black with #DD8127
Text Example
Text Example
White with #DD8127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8127; }
p { color: rgb(221,129,39); }
H1.HeaderClassName
{
color: #DD8127;
}
.AnyTagClassName
{
color: #DD8127;
}
</style>
background-color css
<style>
a { background-color: #DD8127; }
a { background-color: rgb(221,129,39); }
div.DivClassName
{
background-color: #DD8127;
}
.BgClassName
{
background-color: #DD8127;
}
</style>
border-color css
<style>
span { border-color: #DD8127; }
span { border-color: rgb(221,129,39); }
td.TdClassName
{
border-color: #DD8127;
}
.TagClassName
{
border-color: #DD8127;
}
</style>