Shades of Tahiti Gold #D86D27
Tints of Tahiti Gold #D86D27
RGB
CMYK
RGB Variations
Color information
#D86D27 (or 0xD86D27) is known color: Tahiti Gold. HEX triplet: D8, 6D and 27. RGB value is (216,109,39). Sum of RGB (Red+Green+Blue) = 216+109+39=364 (48% of max value = 765). Red value is 216 (84.77% from 255 or 59.34% from 364); Green value is 109 (42.97% from 255 or 29.95% from 364); Blue value is 39 (15.62% from 255 or 10.71% from 364); Max value from RGB is 216 - color contains mainly: red. Hex color #D86D27 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D86D27 is #2792D8. Grayscale: #858585. Windows color (decimal): -2593497 or 2584024. OLE color: 2584024.
HSL color Cylindrical-coordinate representation of color #D86D27: hue angle of 23.73º 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 #D86D27 is Cyan = 0, Magento = 0.50, Yellow = 0.82 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 109 | 39 | - |
| CMYK | 0 | 0.50 | 0.82 | 0.15 |
| HSL | 23.73º | 0.69% | 0.5% | - |
| HSV(B) | 23.73º | 0.82% | 0.85% | - |
| XYZ | 34.15 | 25.68 | 5.08 | - |
| YUV | 133.01 | 74.95 | 187.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 109 | 39 | 0 | 0.50 | 0.82 | 0.15 | 23.73 | 0.69 | 0.5 |
| Hex | D8 | 6D | 27 | 0 | 32 | 52 | F | 18 | 45 | 32 |
| Octal | 330 | 155 | 47 | 0 | 62 | 122 | 17 | 30 | 105 | 62 |
| Binary | 11011000 | 1101101 | 100111 | 0 | 110010 | 1010010 | 1111 | 11000 | 1000101 | 110010 |
Color Harmonies of #D86D27
Complementary color
Monochromatic Colors of #D86D27
Black with #D86D27
Text Example
Text Example
White with #D86D27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D86D27; }
p { color: rgb(216,109,39); }
H1.HeaderClassName
{
color: #D86D27;
}
.AnyTagClassName
{
color: #D86D27;
}
</style>
background-color css
<style>
a { background-color: #D86D27; }
a { background-color: rgb(216,109,39); }
div.DivClassName
{
background-color: #D86D27;
}
.BgClassName
{
background-color: #D86D27;
}
</style>
border-color css
<style>
span { border-color: #D86D27; }
span { border-color: rgb(216,109,39); }
td.TdClassName
{
border-color: #D86D27;
}
.TagClassName
{
border-color: #D86D27;
}
</style>