Shades of Tahiti Gold #D87123
Tints of Tahiti Gold #D87123
RGB
CMYK
RGB Variations
Color information
#D87123 (or 0xD87123) is known color: Tahiti Gold. HEX triplet: D8, 71 and 23. RGB value is (216,113,35). Sum of RGB (Red+Green+Blue) = 216+113+35=364 (48% of max value = 765). Red value is 216 (84.77% from 255 or 59.34% from 364); Green value is 113 (44.53% from 255 or 31.04% from 364); Blue value is 35 (14.06% from 255 or 9.62% from 364); Max value from RGB is 216 - color contains mainly: red. Hex color #D87123 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D87123 is #278EDC. Grayscale: #878787. Windows color (decimal): -2592477 or 2322904. OLE color: 2322904.
HSL color Cylindrical-coordinate representation of color #D87123: hue angle of 25.86º degrees, saturation: 0.72, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D87123 is Cyan = 0, Magento = 0.48, Yellow = 0.84 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 113 | 35 | - |
| CMYK | 0 | 0.48 | 0.84 | 0.15 |
| HSL | 25.86º | 0.72% | 0.49% | - |
| HSV(B) | 25.86º | 0.84% | 0.85% | - |
| XYZ | 34.53 | 26.53 | 4.89 | - |
| YUV | 134.91 | 71.62 | 185.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 113 | 35 | 0 | 0.48 | 0.84 | 0.15 | 25.86 | 0.72 | 0.49 |
| Hex | D8 | 71 | 23 | 0 | 30 | 54 | F | 1A | 48 | 31 |
| Octal | 330 | 161 | 43 | 0 | 60 | 124 | 17 | 32 | 110 | 61 |
| Binary | 11011000 | 1110001 | 100011 | 0 | 110000 | 1010100 | 1111 | 11010 | 1001000 | 110001 |
Color Harmonies of #D87123
Complementary color
Monochromatic Colors of #D87123
Black with #D87123
Text Example
Text Example
White with #D87123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D87123; }
p { color: rgb(216,113,35); }
H1.HeaderClassName
{
color: #D87123;
}
.AnyTagClassName
{
color: #D87123;
}
</style>
background-color css
<style>
a { background-color: #D87123; }
a { background-color: rgb(216,113,35); }
div.DivClassName
{
background-color: #D87123;
}
.BgClassName
{
background-color: #D87123;
}
</style>
border-color css
<style>
span { border-color: #D87123; }
span { border-color: rgb(216,113,35); }
td.TdClassName
{
border-color: #D87123;
}
.TagClassName
{
border-color: #D87123;
}
</style>