Shades of Tahiti Gold #D87B2D
Tints of Tahiti Gold #D87B2D
RGB
CMYK
RGB Variations
Color information
#D87B2D (or 0xD87B2D) is known color: Tahiti Gold. HEX triplet: D8, 7B and 2D. RGB value is (216,123,45). Sum of RGB (Red+Green+Blue) = 216+123+45=384 (50% of max value = 765). Red value is 216 (84.77% from 255 or 56.25% from 384); Green value is 123 (48.44% from 255 or 32.03% from 384); Blue value is 45 (17.97% from 255 or 11.72% from 384); Max value from RGB is 216 - color contains mainly: red. Hex color #D87B2D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D87B2D is #2784D2. Grayscale: #8E8E8E. Windows color (decimal): -2589907 or 2980824. OLE color: 2980824.
HSL color Cylindrical-coordinate representation of color #D87B2D: hue angle of 27.37º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D87B2D is Cyan = 0, Magento = 0.43, Yellow = 0.79 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 123 | 45 | - |
| CMYK | 0 | 0.43 | 0.79 | 0.15 |
| HSL | 27.37º | 0.69% | 0.51% | - |
| HSV(B) | 27.37º | 0.79% | 0.85% | - |
| XYZ | 35.88 | 28.95 | 6.18 | - |
| YUV | 141.92 | 73.31 | 180.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 123 | 45 | 0 | 0.43 | 0.79 | 0.15 | 27.37 | 0.69 | 0.51 |
| Hex | D8 | 7B | 2D | 0 | 2B | 4F | F | 1B | 45 | 33 |
| Octal | 330 | 173 | 55 | 0 | 53 | 117 | 17 | 33 | 105 | 63 |
| Binary | 11011000 | 1111011 | 101101 | 0 | 101011 | 1001111 | 1111 | 11011 | 1000101 | 110011 |
Color Harmonies of #D87B2D
Complementary color
Monochromatic Colors of #D87B2D
Black with #D87B2D
Text Example
Text Example
White with #D87B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D87B2D; }
p { color: rgb(216,123,45); }
H1.HeaderClassName
{
color: #D87B2D;
}
.AnyTagClassName
{
color: #D87B2D;
}
</style>
background-color css
<style>
a { background-color: #D87B2D; }
a { background-color: rgb(216,123,45); }
div.DivClassName
{
background-color: #D87B2D;
}
.BgClassName
{
background-color: #D87B2D;
}
</style>
border-color css
<style>
span { border-color: #D87B2D; }
span { border-color: rgb(216,123,45); }
td.TdClassName
{
border-color: #D87B2D;
}
.TagClassName
{
border-color: #D87B2D;
}
</style>