Shades of Tahiti Gold #DD7828
Tints of Tahiti Gold #DD7828
RGB
CMYK
RGB Variations
Color information
#DD7828 (or 0xDD7828) is known color: Tahiti Gold. HEX triplet: DD, 78 and 28. RGB value is (221,120,40). Sum of RGB (Red+Green+Blue) = 221+120+40=381 (50% of max value = 765). Red value is 221 (86.72% from 255 or 58.01% from 381); Green value is 120 (47.27% from 255 or 31.50% from 381); Blue value is 40 (16.02% from 255 or 10.50% from 381); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7828 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD7828 is #2287D7. Grayscale: #8D8D8D. Windows color (decimal): -2263000 or 2652381. OLE color: 2652381.
HSL color Cylindrical-coordinate representation of color #DD7828: hue angle of 26.52º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DD7828 is Cyan = 0, Magento = 0.46, Yellow = 0.82 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 120 | 40 | - |
| CMYK | 0 | 0.46 | 0.82 | 0.13 |
| HSL | 26.52º | 0.73% | 0.51% | - |
| HSV(B) | 26.52º | 0.82% | 0.87% | - |
| XYZ | 36.92 | 28.96 | 5.65 | - |
| YUV | 141.08 | 70.96 | 185 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 120 | 40 | 0 | 0.46 | 0.82 | 0.13 | 26.52 | 0.73 | 0.51 |
| Hex | DD | 78 | 28 | 0 | 2E | 52 | D | 1B | 49 | 33 |
| Octal | 335 | 170 | 50 | 0 | 56 | 122 | 15 | 33 | 111 | 63 |
| Binary | 11011101 | 1111000 | 101000 | 0 | 101110 | 1010010 | 1101 | 11011 | 1001001 | 110011 |
Color Harmonies of #DD7828
Complementary color
Monochromatic Colors of #DD7828
Black with #DD7828
Text Example
Text Example
White with #DD7828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7828; }
p { color: rgb(221,120,40); }
H1.HeaderClassName
{
color: #DD7828;
}
.AnyTagClassName
{
color: #DD7828;
}
</style>
background-color css
<style>
a { background-color: #DD7828; }
a { background-color: rgb(221,120,40); }
div.DivClassName
{
background-color: #DD7828;
}
.BgClassName
{
background-color: #DD7828;
}
</style>
border-color css
<style>
span { border-color: #DD7828; }
span { border-color: rgb(221,120,40); }
td.TdClassName
{
border-color: #DD7828;
}
.TagClassName
{
border-color: #DD7828;
}
</style>