Shades of Tahiti Gold #DD7819
Tints of Tahiti Gold #DD7819
RGB
CMYK
RGB Variations
Color information
#DD7819 (or 0xDD7819) is known color: Tahiti Gold. HEX triplet: DD, 78 and 19. RGB value is (221,120,25). Sum of RGB (Red+Green+Blue) = 221+120+25=366 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.38% from 366); Green value is 120 (47.27% from 255 or 32.79% from 366); Blue value is 25 (10.16% from 255 or 6.83% from 366); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7819 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD7819 is #2287E6. Grayscale: #8B8B8B. Windows color (decimal): -2263015 or 1669341. OLE color: 1669341.
HSL color Cylindrical-coordinate representation of color #DD7819: hue angle of 29.08º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DD7819 is Cyan = 0, Magento = 0.46, Yellow = 0.89 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 120 | 25 | - |
| CMYK | 0 | 0.46 | 0.89 | 0.13 |
| HSL | 29.08º | 0.8% | 0.48% | - |
| HSV(B) | 29.08º | 0.89% | 0.87% | - |
| XYZ | 36.71 | 28.88 | 4.56 | - |
| YUV | 139.37 | 63.46 | 186.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 120 | 25 | 0 | 0.46 | 0.89 | 0.13 | 29.08 | 0.8 | 0.48 |
| Hex | DD | 78 | 19 | 0 | 2E | 59 | D | 1D | 50 | 30 |
| Octal | 335 | 170 | 31 | 0 | 56 | 131 | 15 | 35 | 120 | 60 |
| Binary | 11011101 | 1111000 | 11001 | 0 | 101110 | 1011001 | 1101 | 11101 | 1010000 | 110000 |
Color Harmonies of #DD7819
Complementary color
Monochromatic Colors of #DD7819
Black with #DD7819
Text Example
Text Example
White with #DD7819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7819; }
p { color: rgb(221,120,25); }
H1.HeaderClassName
{
color: #DD7819;
}
.AnyTagClassName
{
color: #DD7819;
}
</style>
background-color css
<style>
a { background-color: #DD7819; }
a { background-color: rgb(221,120,25); }
div.DivClassName
{
background-color: #DD7819;
}
.BgClassName
{
background-color: #DD7819;
}
</style>
border-color css
<style>
span { border-color: #DD7819; }
span { border-color: rgb(221,120,25); }
td.TdClassName
{
border-color: #DD7819;
}
.TagClassName
{
border-color: #DD7819;
}
</style>