Shades of Tahiti Gold #D87725
Tints of Tahiti Gold #D87725
RGB
CMYK
RGB Variations
Color information
#D87725 (or 0xD87725) is known color: Tahiti Gold. HEX triplet: D8, 77 and 25. RGB value is (216,119,37). Sum of RGB (Red+Green+Blue) = 216+119+37=372 (49% of max value = 765). Red value is 216 (84.77% from 255 or 58.06% from 372); Green value is 119 (46.88% from 255 or 31.99% from 372); Blue value is 37 (14.84% from 255 or 9.95% from 372); Max value from RGB is 216 - color contains mainly: red. Hex color #D87725 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D87725 is #2788DA. Grayscale: #8B8B8B. Windows color (decimal): -2590939 or 2455512. OLE color: 2455512.
HSL color Cylindrical-coordinate representation of color #D87725: hue angle of 27.49º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D87725 is Cyan = 0, Magento = 0.45, Yellow = 0.83 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 119 | 37 | - |
| CMYK | 0 | 0.45 | 0.83 | 0.15 |
| HSL | 27.49º | 0.71% | 0.5% | - |
| HSV(B) | 27.49º | 0.83% | 0.85% | - |
| XYZ | 35.25 | 27.93 | 5.28 | - |
| YUV | 138.66 | 70.64 | 183.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 119 | 37 | 0 | 0.45 | 0.83 | 0.15 | 27.49 | 0.71 | 0.5 |
| Hex | D8 | 77 | 25 | 0 | 2D | 53 | F | 1B | 47 | 32 |
| Octal | 330 | 167 | 45 | 0 | 55 | 123 | 17 | 33 | 107 | 62 |
| Binary | 11011000 | 1110111 | 100101 | 0 | 101101 | 1010011 | 1111 | 11011 | 1000111 | 110010 |
Color Harmonies of #D87725
Complementary color
Monochromatic Colors of #D87725
Black with #D87725
Text Example
Text Example
White with #D87725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D87725; }
p { color: rgb(216,119,37); }
H1.HeaderClassName
{
color: #D87725;
}
.AnyTagClassName
{
color: #D87725;
}
</style>
background-color css
<style>
a { background-color: #D87725; }
a { background-color: rgb(216,119,37); }
div.DivClassName
{
background-color: #D87725;
}
.BgClassName
{
background-color: #D87725;
}
</style>
border-color css
<style>
span { border-color: #D87725; }
span { border-color: rgb(216,119,37); }
td.TdClassName
{
border-color: #D87725;
}
.TagClassName
{
border-color: #D87725;
}
</style>