Shades of Tahiti Gold #D86F25
Tints of Tahiti Gold #D86F25
RGB
CMYK
RGB Variations
Color information
#D86F25 (or 0xD86F25) is known color: Tahiti Gold. HEX triplet: D8, 6F and 25. RGB value is (216,111,37). Sum of RGB (Red+Green+Blue) = 216+111+37=364 (48% of max value = 765). Red value is 216 (84.77% from 255 or 59.34% from 364); Green value is 111 (43.75% from 255 or 30.49% from 364); Blue value is 37 (14.84% from 255 or 10.16% from 364); Max value from RGB is 216 - color contains mainly: red. Hex color #D86F25 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D86F25 is #2790DA. Grayscale: #868686. Windows color (decimal): -2592987 or 2453464. OLE color: 2453464.
HSL color Cylindrical-coordinate representation of color #D86F25: hue angle of 24.8º 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 #D86F25 is Cyan = 0, Magento = 0.49, Yellow = 0.83 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 111 | 37 | - |
| CMYK | 0 | 0.49 | 0.83 | 0.15 |
| HSL | 24.8º | 0.71% | 0.5% | - |
| HSV(B) | 24.8º | 0.83% | 0.85% | - |
| XYZ | 34.34 | 26.1 | 4.98 | - |
| YUV | 133.96 | 73.29 | 186.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 111 | 37 | 0 | 0.49 | 0.83 | 0.15 | 24.8 | 0.71 | 0.5 |
| Hex | D8 | 6F | 25 | 0 | 31 | 53 | F | 19 | 47 | 32 |
| Octal | 330 | 157 | 45 | 0 | 61 | 123 | 17 | 31 | 107 | 62 |
| Binary | 11011000 | 1101111 | 100101 | 0 | 110001 | 1010011 | 1111 | 11001 | 1000111 | 110010 |
Color Harmonies of #D86F25
Complementary color
Monochromatic Colors of #D86F25
Black with #D86F25
Text Example
Text Example
White with #D86F25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D86F25; }
p { color: rgb(216,111,37); }
H1.HeaderClassName
{
color: #D86F25;
}
.AnyTagClassName
{
color: #D86F25;
}
</style>
background-color css
<style>
a { background-color: #D86F25; }
a { background-color: rgb(216,111,37); }
div.DivClassName
{
background-color: #D86F25;
}
.BgClassName
{
background-color: #D86F25;
}
</style>
border-color css
<style>
span { border-color: #D86F25; }
span { border-color: rgb(216,111,37); }
td.TdClassName
{
border-color: #D86F25;
}
.TagClassName
{
border-color: #D86F25;
}
</style>