Shades of Tahiti Gold #D86F26
Tints of Tahiti Gold #D86F26
RGB
CMYK
RGB Variations
Color information
#D86F26 (or 0xD86F26) is known color: Tahiti Gold. HEX triplet: D8, 6F and 26. RGB value is (216,111,38). Sum of RGB (Red+Green+Blue) = 216+111+38=365 (48% of max value = 765). Red value is 216 (84.77% from 255 or 59.18% from 365); Green value is 111 (43.75% from 255 or 30.41% from 365); Blue value is 38 (15.23% from 255 or 10.41% from 365); Max value from RGB is 216 - color contains mainly: red. Hex color #D86F26 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D86F26 is #2790D9. Grayscale: #868686. Windows color (decimal): -2592986 or 2519000. OLE color: 2519000.
HSL color Cylindrical-coordinate representation of color #D86F26: hue angle of 24.61º degrees, saturation: 0.7, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D86F26 is Cyan = 0, Magento = 0.49, Yellow = 0.82 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 111 | 38 | - |
| CMYK | 0 | 0.49 | 0.82 | 0.15 |
| HSL | 24.61º | 0.7% | 0.5% | - |
| HSV(B) | 24.61º | 0.82% | 0.85% | - |
| XYZ | 34.35 | 26.11 | 5.06 | - |
| YUV | 134.07 | 73.79 | 186.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 111 | 38 | 0 | 0.49 | 0.82 | 0.15 | 24.61 | 0.7 | 0.5 |
| Hex | D8 | 6F | 26 | 0 | 31 | 52 | F | 19 | 46 | 32 |
| Octal | 330 | 157 | 46 | 0 | 61 | 122 | 17 | 31 | 106 | 62 |
| Binary | 11011000 | 1101111 | 100110 | 0 | 110001 | 1010010 | 1111 | 11001 | 1000110 | 110010 |
Color Harmonies of #D86F26
Complementary color
Monochromatic Colors of #D86F26
Black with #D86F26
Text Example
Text Example
White with #D86F26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D86F26; }
p { color: rgb(216,111,38); }
H1.HeaderClassName
{
color: #D86F26;
}
.AnyTagClassName
{
color: #D86F26;
}
</style>
background-color css
<style>
a { background-color: #D86F26; }
a { background-color: rgb(216,111,38); }
div.DivClassName
{
background-color: #D86F26;
}
.BgClassName
{
background-color: #D86F26;
}
</style>
border-color css
<style>
span { border-color: #D86F26; }
span { border-color: rgb(216,111,38); }
td.TdClassName
{
border-color: #D86F26;
}
.TagClassName
{
border-color: #D86F26;
}
</style>