Shades of Tahiti Gold #D97828
Tints of Tahiti Gold #D97828
RGB
CMYK
RGB Variations
Color information
#D97828 (or 0xD97828) is known color: Tahiti Gold. HEX triplet: D9, 78 and 28. RGB value is (217,120,40). Sum of RGB (Red+Green+Blue) = 217+120+40=377 (49% of max value = 765). Red value is 217 (85.16% from 255 or 57.56% from 377); Green value is 120 (47.27% from 255 or 31.83% from 377); Blue value is 40 (16.02% from 255 or 10.61% from 377); Max value from RGB is 217 - color contains mainly: red. Hex color #D97828 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D97828 is #2687D7. Grayscale: #8C8C8C. Windows color (decimal): -2525144 or 2652377. OLE color: 2652377.
HSL color Cylindrical-coordinate representation of color #D97828: hue angle of 27.12º degrees, saturation: 0.7, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D97828 is Cyan = 0, Magento = 0.45, Yellow = 0.82 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 120 | 40 | - |
| CMYK | 0 | 0.45 | 0.82 | 0.15 |
| HSL | 27.12º | 0.7% | 0.5% | - |
| HSV(B) | 27.12º | 0.82% | 0.85% | - |
| XYZ | 35.71 | 28.34 | 5.59 | - |
| YUV | 139.88 | 71.64 | 183 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 120 | 40 | 0 | 0.45 | 0.82 | 0.15 | 27.12 | 0.7 | 0.5 |
| Hex | D9 | 78 | 28 | 0 | 2D | 52 | F | 1B | 46 | 32 |
| Octal | 331 | 170 | 50 | 0 | 55 | 122 | 17 | 33 | 106 | 62 |
| Binary | 11011001 | 1111000 | 101000 | 0 | 101101 | 1010010 | 1111 | 11011 | 1000110 | 110010 |
Color Harmonies of #D97828
Complementary color
Monochromatic Colors of #D97828
Black with #D97828
Text Example
Text Example
White with #D97828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D97828; }
p { color: rgb(217,120,40); }
H1.HeaderClassName
{
color: #D97828;
}
.AnyTagClassName
{
color: #D97828;
}
</style>
background-color css
<style>
a { background-color: #D97828; }
a { background-color: rgb(217,120,40); }
div.DivClassName
{
background-color: #D97828;
}
.BgClassName
{
background-color: #D97828;
}
</style>
border-color css
<style>
span { border-color: #D97828; }
span { border-color: rgb(217,120,40); }
td.TdClassName
{
border-color: #D97828;
}
.TagClassName
{
border-color: #D97828;
}
</style>