Shades of Tahiti Gold #D86C29
Tints of Tahiti Gold #D86C29
RGB
CMYK
RGB Variations
Color information
#D86C29 (or 0xD86C29) is known color: Tahiti Gold. HEX triplet: D8, 6C and 29. RGB value is (216,108,41). Sum of RGB (Red+Green+Blue) = 216+108+41=365 (48% of max value = 765). Red value is 216 (84.77% from 255 or 59.18% from 365); Green value is 108 (42.58% from 255 or 29.59% from 365); Blue value is 41 (16.41% from 255 or 11.23% from 365); Max value from RGB is 216 - color contains mainly: red. Hex color #D86C29 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D86C29 is #2793D6. Grayscale: #858585. Windows color (decimal): -2593751 or 2714840. OLE color: 2714840.
HSL color Cylindrical-coordinate representation of color #D86C29: hue angle of 22.97º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D86C29 is Cyan = 0, Magento = 0.50, Yellow = 0.81 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 108 | 41 | - |
| CMYK | 0 | 0.50 | 0.81 | 0.15 |
| HSL | 22.97º | 0.69% | 0.5% | - |
| HSV(B) | 22.97º | 0.81% | 0.85% | - |
| XYZ | 34.08 | 25.48 | 5.22 | - |
| YUV | 132.65 | 76.28 | 187.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 108 | 41 | 0 | 0.50 | 0.81 | 0.15 | 22.97 | 0.69 | 0.5 |
| Hex | D8 | 6C | 29 | 0 | 32 | 51 | F | 17 | 45 | 32 |
| Octal | 330 | 154 | 51 | 0 | 62 | 121 | 17 | 27 | 105 | 62 |
| Binary | 11011000 | 1101100 | 101001 | 0 | 110010 | 1010001 | 1111 | 10111 | 1000101 | 110010 |
Color Harmonies of #D86C29
Complementary color
Monochromatic Colors of #D86C29
Black with #D86C29
Text Example
Text Example
White with #D86C29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D86C29; }
p { color: rgb(216,108,41); }
H1.HeaderClassName
{
color: #D86C29;
}
.AnyTagClassName
{
color: #D86C29;
}
</style>
background-color css
<style>
a { background-color: #D86C29; }
a { background-color: rgb(216,108,41); }
div.DivClassName
{
background-color: #D86C29;
}
.BgClassName
{
background-color: #D86C29;
}
</style>
border-color css
<style>
span { border-color: #D86C29; }
span { border-color: rgb(216,108,41); }
td.TdClassName
{
border-color: #D86C29;
}
.TagClassName
{
border-color: #D86C29;
}
</style>