Shades of Tahiti Gold #DD8222
Tints of Tahiti Gold #DD8222
RGB
CMYK
RGB Variations
Color information
#DD8222 (or 0xDD8222) is known color: Tahiti Gold. HEX triplet: DD, 82 and 22. RGB value is (221,130,34). Sum of RGB (Red+Green+Blue) = 221+130+34=385 (50% of max value = 765). Red value is 221 (86.72% from 255 or 57.40% from 385); Green value is 130 (51.17% from 255 or 33.77% from 385); Blue value is 34 (13.67% from 255 or 8.83% from 385); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8222 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD8222 is #227DDD. Grayscale: #929292. Windows color (decimal): -2260446 or 2261725. OLE color: 2261725.
HSL color Cylindrical-coordinate representation of color #DD8222: hue angle of 30.8º degrees, saturation: 0.73, 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 #DD8222 is Cyan = 0, Magento = 0.41, Yellow = 0.85 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 130 | 34 | - |
| CMYK | 0 | 0.41 | 0.85 | 0.13 |
| HSL | 30.8º | 0.73% | 0.5% | - |
| HSV(B) | 30.8º | 0.85% | 0.87% | - |
| XYZ | 38.09 | 31.45 | 5.58 | - |
| YUV | 146.27 | 64.65 | 181.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 130 | 34 | 0 | 0.41 | 0.85 | 0.13 | 30.8 | 0.73 | 0.5 |
| Hex | DD | 82 | 22 | 0 | 29 | 55 | D | 1F | 49 | 32 |
| Octal | 335 | 202 | 42 | 0 | 51 | 125 | 15 | 37 | 111 | 62 |
| Binary | 11011101 | 10000010 | 100010 | 0 | 101001 | 1010101 | 1101 | 11111 | 1001001 | 110010 |
Color Harmonies of #DD8222
Complementary color
Monochromatic Colors of #DD8222
Black with #DD8222
Text Example
Text Example
White with #DD8222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8222; }
p { color: rgb(221,130,34); }
H1.HeaderClassName
{
color: #DD8222;
}
.AnyTagClassName
{
color: #DD8222;
}
</style>
background-color css
<style>
a { background-color: #DD8222; }
a { background-color: rgb(221,130,34); }
div.DivClassName
{
background-color: #DD8222;
}
.BgClassName
{
background-color: #DD8222;
}
</style>
border-color css
<style>
span { border-color: #DD8222; }
span { border-color: rgb(221,130,34); }
td.TdClassName
{
border-color: #DD8222;
}
.TagClassName
{
border-color: #DD8222;
}
</style>