Shades of Tahiti Gold #D87521
Tints of Tahiti Gold #D87521
RGB
CMYK
RGB Variations
Color information
#D87521 (or 0xD87521) is known color: Tahiti Gold. HEX triplet: D8, 75 and 21. RGB value is (216,117,33). Sum of RGB (Red+Green+Blue) = 216+117+33=366 (48% of max value = 765). Red value is 216 (84.77% from 255 or 59.02% from 366); Green value is 117 (46.09% from 255 or 31.97% from 366); Blue value is 33 (13.28% from 255 or 9.02% from 366); Max value from RGB is 216 - color contains mainly: red. Hex color #D87521 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D87521 is #278ADE. Grayscale: #898989. Windows color (decimal): -2591455 or 2192856. OLE color: 2192856.
HSL color Cylindrical-coordinate representation of color #D87521: hue angle of 27.54º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D87521 is Cyan = 0, Magento = 0.46, Yellow = 0.85 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 117 | 33 | - |
| CMYK | 0 | 0.46 | 0.85 | 0.15 |
| HSL | 27.54º | 0.73% | 0.49% | - |
| HSV(B) | 27.54º | 0.85% | 0.85% | - |
| XYZ | 34.95 | 27.43 | 4.89 | - |
| YUV | 137.03 | 69.3 | 184.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 117 | 33 | 0 | 0.46 | 0.85 | 0.15 | 27.54 | 0.73 | 0.49 |
| Hex | D8 | 75 | 21 | 0 | 2E | 55 | F | 1C | 49 | 31 |
| Octal | 330 | 165 | 41 | 0 | 56 | 125 | 17 | 34 | 111 | 61 |
| Binary | 11011000 | 1110101 | 100001 | 0 | 101110 | 1010101 | 1111 | 11100 | 1001001 | 110001 |
Color Harmonies of #D87521
Complementary color
Monochromatic Colors of #D87521
Black with #D87521
Text Example
Text Example
White with #D87521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D87521; }
p { color: rgb(216,117,33); }
H1.HeaderClassName
{
color: #D87521;
}
.AnyTagClassName
{
color: #D87521;
}
</style>
background-color css
<style>
a { background-color: #D87521; }
a { background-color: rgb(216,117,33); }
div.DivClassName
{
background-color: #D87521;
}
.BgClassName
{
background-color: #D87521;
}
</style>
border-color css
<style>
span { border-color: #D87521; }
span { border-color: rgb(216,117,33); }
td.TdClassName
{
border-color: #D87521;
}
.TagClassName
{
border-color: #D87521;
}
</style>