Shades of Tahiti Gold #DD8224
Tints of Tahiti Gold #DD8224
RGB
CMYK
RGB Variations
Color information
#DD8224 (or 0xDD8224) is known color: Tahiti Gold. HEX triplet: DD, 82 and 24. RGB value is (221,130,36). Sum of RGB (Red+Green+Blue) = 221+130+36=387 (51% of max value = 765). Red value is 221 (86.72% from 255 or 57.11% from 387); Green value is 130 (51.17% from 255 or 33.59% from 387); Blue value is 36 (14.45% from 255 or 9.30% from 387); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8224 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD8224 is #227DDB. Grayscale: #929292. Windows color (decimal): -2260444 or 2392797. OLE color: 2392797.
HSL color Cylindrical-coordinate representation of color #DD8224: hue angle of 30.49º 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 #DD8224 is Cyan = 0, Magento = 0.41, Yellow = 0.84 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 130 | 36 | - |
| CMYK | 0 | 0.41 | 0.84 | 0.13 |
| HSL | 30.49º | 0.73% | 0.5% | - |
| HSV(B) | 30.49º | 0.84% | 0.87% | - |
| XYZ | 38.12 | 31.46 | 5.73 | - |
| YUV | 146.49 | 65.65 | 181.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 130 | 36 | 0 | 0.41 | 0.84 | 0.13 | 30.49 | 0.73 | 0.5 |
| Hex | DD | 82 | 24 | 0 | 29 | 54 | D | 1E | 49 | 32 |
| Octal | 335 | 202 | 44 | 0 | 51 | 124 | 15 | 36 | 111 | 62 |
| Binary | 11011101 | 10000010 | 100100 | 0 | 101001 | 1010100 | 1101 | 11110 | 1001001 | 110010 |
Color Harmonies of #DD8224
Complementary color
Monochromatic Colors of #DD8224
Black with #DD8224
Text Example
Text Example
White with #DD8224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8224; }
p { color: rgb(221,130,36); }
H1.HeaderClassName
{
color: #DD8224;
}
.AnyTagClassName
{
color: #DD8224;
}
</style>
background-color css
<style>
a { background-color: #DD8224; }
a { background-color: rgb(221,130,36); }
div.DivClassName
{
background-color: #DD8224;
}
.BgClassName
{
background-color: #DD8224;
}
</style>
border-color css
<style>
span { border-color: #DD8224; }
span { border-color: rgb(221,130,36); }
td.TdClassName
{
border-color: #DD8224;
}
.TagClassName
{
border-color: #DD8224;
}
</style>