Shades of Tahiti Gold #D86A27
Tints of Tahiti Gold #D86A27
RGB
CMYK
RGB Variations
Color information
#D86A27 (or 0xD86A27) is known color: Tahiti Gold. HEX triplet: D8, 6A and 27. RGB value is (216,106,39). Sum of RGB (Red+Green+Blue) = 216+106+39=361 (47% of max value = 765). Red value is 216 (84.77% from 255 or 59.83% from 361); Green value is 106 (41.80% from 255 or 29.36% from 361); Blue value is 39 (15.62% from 255 or 10.80% from 361); Max value from RGB is 216 - color contains mainly: red. Hex color #D86A27 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D86A27 is #2795D8. Grayscale: #838383. Windows color (decimal): -2594265 or 2583256. OLE color: 2583256.
HSL color Cylindrical-coordinate representation of color #D86A27: hue angle of 22.71º degrees, saturation: 0.69, 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 #D86A27 is Cyan = 0, Magento = 0.51, Yellow = 0.82 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 106 | 39 | - |
| CMYK | 0 | 0.51 | 0.82 | 0.15 |
| HSL | 22.71º | 0.69% | 0.5% | - |
| HSV(B) | 22.71º | 0.82% | 0.85% | - |
| XYZ | 33.84 | 25.05 | 4.97 | - |
| YUV | 131.25 | 75.94 | 188.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 106 | 39 | 0 | 0.51 | 0.82 | 0.15 | 22.71 | 0.69 | 0.5 |
| Hex | D8 | 6A | 27 | 0 | 33 | 52 | F | 17 | 45 | 32 |
| Octal | 330 | 152 | 47 | 0 | 63 | 122 | 17 | 27 | 105 | 62 |
| Binary | 11011000 | 1101010 | 100111 | 0 | 110011 | 1010010 | 1111 | 10111 | 1000101 | 110010 |
Color Harmonies of #D86A27
Complementary color
Monochromatic Colors of #D86A27
Black with #D86A27
Text Example
Text Example
White with #D86A27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D86A27; }
p { color: rgb(216,106,39); }
H1.HeaderClassName
{
color: #D86A27;
}
.AnyTagClassName
{
color: #D86A27;
}
</style>
background-color css
<style>
a { background-color: #D86A27; }
a { background-color: rgb(216,106,39); }
div.DivClassName
{
background-color: #D86A27;
}
.BgClassName
{
background-color: #D86A27;
}
</style>
border-color css
<style>
span { border-color: #D86A27; }
span { border-color: rgb(216,106,39); }
td.TdClassName
{
border-color: #D86A27;
}
.TagClassName
{
border-color: #D86A27;
}
</style>