Shades of Tahiti Gold #D86F23
Tints of Tahiti Gold #D86F23
RGB
CMYK
RGB Variations
Color information
#D86F23 (or 0xD86F23) is known color: Tahiti Gold. HEX triplet: D8, 6F and 23. RGB value is (216,111,35). Sum of RGB (Red+Green+Blue) = 216+111+35=362 (47% of max value = 765). Red value is 216 (84.77% from 255 or 59.67% from 362); Green value is 111 (43.75% from 255 or 30.66% from 362); Blue value is 35 (14.06% from 255 or 9.67% from 362); Max value from RGB is 216 - color contains mainly: red. Hex color #D86F23 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D86F23 is #2790DC. Grayscale: #868686. Windows color (decimal): -2592989 or 2322392. OLE color: 2322392.
HSL color Cylindrical-coordinate representation of color #D86F23: hue angle of 25.19º degrees, saturation: 0.72, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D86F23 is Cyan = 0, Magento = 0.49, Yellow = 0.84 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 111 | 35 | - |
| CMYK | 0 | 0.49 | 0.84 | 0.15 |
| HSL | 25.19º | 0.72% | 0.49% | - |
| HSV(B) | 25.19º | 0.84% | 0.85% | - |
| XYZ | 34.31 | 26.09 | 4.82 | - |
| YUV | 133.73 | 72.29 | 186.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 111 | 35 | 0 | 0.49 | 0.84 | 0.15 | 25.19 | 0.72 | 0.49 |
| Hex | D8 | 6F | 23 | 0 | 31 | 54 | F | 19 | 48 | 31 |
| Octal | 330 | 157 | 43 | 0 | 61 | 124 | 17 | 31 | 110 | 61 |
| Binary | 11011000 | 1101111 | 100011 | 0 | 110001 | 1010100 | 1111 | 11001 | 1001000 | 110001 |
Color Harmonies of #D86F23
Complementary color
Monochromatic Colors of #D86F23
Black with #D86F23
Text Example
Text Example
White with #D86F23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D86F23; }
p { color: rgb(216,111,35); }
H1.HeaderClassName
{
color: #D86F23;
}
.AnyTagClassName
{
color: #D86F23;
}
</style>
background-color css
<style>
a { background-color: #D86F23; }
a { background-color: rgb(216,111,35); }
div.DivClassName
{
background-color: #D86F23;
}
.BgClassName
{
background-color: #D86F23;
}
</style>
border-color css
<style>
span { border-color: #D86F23; }
span { border-color: rgb(216,111,35); }
td.TdClassName
{
border-color: #D86F23;
}
.TagClassName
{
border-color: #D86F23;
}
</style>