Shades of Tahiti Gold #DD8024
Tints of Tahiti Gold #DD8024
RGB
CMYK
RGB Variations
Color information
#DD8024 (or 0xDD8024) is known color: Tahiti Gold. HEX triplet: DD, 80 and 24. RGB value is (221,128,36). Sum of RGB (Red+Green+Blue) = 221+128+36=385 (50% of max value = 765). Red value is 221 (86.72% from 255 or 57.40% from 385); Green value is 128 (50.39% from 255 or 33.25% from 385); Blue value is 36 (14.45% from 255 or 9.35% from 385); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8024 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD8024 is #227FDB. Grayscale: #919191. Windows color (decimal): -2260956 or 2392285. OLE color: 2392285.
HSL color Cylindrical-coordinate representation of color #DD8024: hue angle of 29.84º 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 #DD8024 is Cyan = 0, Magento = 0.42, Yellow = 0.84 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 128 | 36 | - |
| CMYK | 0 | 0.42 | 0.84 | 0.13 |
| HSL | 29.84º | 0.73% | 0.5% | - |
| HSV(B) | 29.84º | 0.84% | 0.87% | - |
| XYZ | 37.86 | 30.94 | 5.65 | - |
| YUV | 145.32 | 66.31 | 181.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 128 | 36 | 0 | 0.42 | 0.84 | 0.13 | 29.84 | 0.73 | 0.5 |
| Hex | DD | 80 | 24 | 0 | 2A | 54 | D | 1E | 49 | 32 |
| Octal | 335 | 200 | 44 | 0 | 52 | 124 | 15 | 36 | 111 | 62 |
| Binary | 11011101 | 10000000 | 100100 | 0 | 101010 | 1010100 | 1101 | 11110 | 1001001 | 110010 |
Color Harmonies of #DD8024
Complementary color
Monochromatic Colors of #DD8024
Black with #DD8024
Text Example
Text Example
White with #DD8024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8024; }
p { color: rgb(221,128,36); }
H1.HeaderClassName
{
color: #DD8024;
}
.AnyTagClassName
{
color: #DD8024;
}
</style>
background-color css
<style>
a { background-color: #DD8024; }
a { background-color: rgb(221,128,36); }
div.DivClassName
{
background-color: #DD8024;
}
.BgClassName
{
background-color: #DD8024;
}
</style>
border-color css
<style>
span { border-color: #DD8024; }
span { border-color: rgb(221,128,36); }
td.TdClassName
{
border-color: #DD8024;
}
.TagClassName
{
border-color: #DD8024;
}
</style>