Shades of Tahiti Gold #D96C26
Tints of Tahiti Gold #D96C26
RGB
CMYK
RGB Variations
Color information
#D96C26 (or 0xD96C26) is known color: Tahiti Gold. HEX triplet: D9, 6C and 26. RGB value is (217,108,38). Sum of RGB (Red+Green+Blue) = 217+108+38=363 (48% of max value = 765). Red value is 217 (85.16% from 255 or 59.78% from 363); Green value is 108 (42.58% from 255 or 29.75% from 363); Blue value is 38 (15.23% from 255 or 10.47% from 363); Max value from RGB is 217 - color contains mainly: red. Hex color #D96C26 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D96C26 is #2693D9. Grayscale: #858585. Windows color (decimal): -2528218 or 2518233. OLE color: 2518233.
HSL color Cylindrical-coordinate representation of color #D96C26: hue angle of 23.46º 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 #D96C26 is Cyan = 0, Magento = 0.50, Yellow = 0.82 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 108 | 38 | - |
| CMYK | 0 | 0.50 | 0.82 | 0.15 |
| HSL | 23.46º | 0.7% | 0.5% | - |
| HSV(B) | 23.46º | 0.82% | 0.85% | - |
| XYZ | 34.33 | 25.62 | 4.97 | - |
| YUV | 132.61 | 74.61 | 188.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 108 | 38 | 0 | 0.50 | 0.82 | 0.15 | 23.46 | 0.7 | 0.5 |
| Hex | D9 | 6C | 26 | 0 | 32 | 52 | F | 17 | 46 | 32 |
| Octal | 331 | 154 | 46 | 0 | 62 | 122 | 17 | 27 | 106 | 62 |
| Binary | 11011001 | 1101100 | 100110 | 0 | 110010 | 1010010 | 1111 | 10111 | 1000110 | 110010 |
Color Harmonies of #D96C26
Complementary color
Monochromatic Colors of #D96C26
Black with #D96C26
Text Example
Text Example
White with #D96C26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96C26; }
p { color: rgb(217,108,38); }
H1.HeaderClassName
{
color: #D96C26;
}
.AnyTagClassName
{
color: #D96C26;
}
</style>
background-color css
<style>
a { background-color: #D96C26; }
a { background-color: rgb(217,108,38); }
div.DivClassName
{
background-color: #D96C26;
}
.BgClassName
{
background-color: #D96C26;
}
</style>
border-color css
<style>
span { border-color: #D96C26; }
span { border-color: rgb(217,108,38); }
td.TdClassName
{
border-color: #D96C26;
}
.TagClassName
{
border-color: #D96C26;
}
</style>