Shades of Tahiti Gold #DD7624
Tints of Tahiti Gold #DD7624
RGB
CMYK
RGB Variations
Color information
#DD7624 (or 0xDD7624) is known color: Tahiti Gold. HEX triplet: DD, 76 and 24. RGB value is (221,118,36). Sum of RGB (Red+Green+Blue) = 221+118+36=375 (49% of max value = 765). Red value is 221 (86.72% from 255 or 58.93% from 375); Green value is 118 (46.48% from 255 or 31.47% from 375); Blue value is 36 (14.45% from 255 or 9.6% from 375); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7624 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD7624 is #2289DB. Grayscale: #8B8B8B. Windows color (decimal): -2263516 or 2389725. OLE color: 2389725.
HSL color Cylindrical-coordinate representation of color #DD7624: hue angle of 26.59º 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 #DD7624 is Cyan = 0, Magento = 0.47, Yellow = 0.84 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 118 | 36 | - |
| CMYK | 0 | 0.47 | 0.84 | 0.13 |
| HSL | 26.59º | 0.73% | 0.5% | - |
| HSV(B) | 26.59º | 0.84% | 0.87% | - |
| XYZ | 36.62 | 28.46 | 5.23 | - |
| YUV | 139.45 | 69.62 | 186.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 118 | 36 | 0 | 0.47 | 0.84 | 0.13 | 26.59 | 0.73 | 0.5 |
| Hex | DD | 76 | 24 | 0 | 2F | 54 | D | 1B | 49 | 32 |
| Octal | 335 | 166 | 44 | 0 | 57 | 124 | 15 | 33 | 111 | 62 |
| Binary | 11011101 | 1110110 | 100100 | 0 | 101111 | 1010100 | 1101 | 11011 | 1001001 | 110010 |
Color Harmonies of #DD7624
Complementary color
Monochromatic Colors of #DD7624
Black with #DD7624
Text Example
Text Example
White with #DD7624
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7624; }
p { color: rgb(221,118,36); }
H1.HeaderClassName
{
color: #DD7624;
}
.AnyTagClassName
{
color: #DD7624;
}
</style>
background-color css
<style>
a { background-color: #DD7624; }
a { background-color: rgb(221,118,36); }
div.DivClassName
{
background-color: #DD7624;
}
.BgClassName
{
background-color: #DD7624;
}
</style>
border-color css
<style>
span { border-color: #DD7624; }
span { border-color: rgb(221,118,36); }
td.TdClassName
{
border-color: #DD7624;
}
.TagClassName
{
border-color: #DD7624;
}
</style>