Shades of Tahiti Gold #D96E2A
Tints of Tahiti Gold #D96E2A
RGB
CMYK
RGB Variations
Color information
#D96E2A (or 0xD96E2A) is known color: Tahiti Gold. HEX triplet: D9, 6E and 2A. RGB value is (217,110,42). Sum of RGB (Red+Green+Blue) = 217+110+42=369 (48% of max value = 765). Red value is 217 (85.16% from 255 or 58.81% from 369); Green value is 110 (43.36% from 255 or 29.81% from 369); Blue value is 42 (16.80% from 255 or 11.38% from 369); Max value from RGB is 217 - color contains mainly: red. Hex color #D96E2A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D96E2A is #2691D5. Grayscale: #868686. Windows color (decimal): -2527702 or 2780889. OLE color: 2780889.
HSL color Cylindrical-coordinate representation of color #D96E2A: hue angle of 23.31º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D96E2A is Cyan = 0, Magento = 0.49, Yellow = 0.81 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 110 | 42 | - |
| CMYK | 0 | 0.49 | 0.81 | 0.15 |
| HSL | 23.31º | 0.7% | 0.51% | - |
| HSV(B) | 23.31º | 0.81% | 0.85% | - |
| XYZ | 34.61 | 26.07 | 5.4 | - |
| YUV | 134.24 | 75.95 | 187.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 110 | 42 | 0 | 0.49 | 0.81 | 0.15 | 23.31 | 0.7 | 0.51 |
| Hex | D9 | 6E | 2A | 0 | 31 | 51 | F | 17 | 46 | 33 |
| Octal | 331 | 156 | 52 | 0 | 61 | 121 | 17 | 27 | 106 | 63 |
| Binary | 11011001 | 1101110 | 101010 | 0 | 110001 | 1010001 | 1111 | 10111 | 1000110 | 110011 |
Color Harmonies of #D96E2A
Complementary color
Monochromatic Colors of #D96E2A
Black with #D96E2A
Text Example
Text Example
White with #D96E2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96E2A; }
p { color: rgb(217,110,42); }
H1.HeaderClassName
{
color: #D96E2A;
}
.AnyTagClassName
{
color: #D96E2A;
}
</style>
background-color css
<style>
a { background-color: #D96E2A; }
a { background-color: rgb(217,110,42); }
div.DivClassName
{
background-color: #D96E2A;
}
.BgClassName
{
background-color: #D96E2A;
}
</style>
border-color css
<style>
span { border-color: #D96E2A; }
span { border-color: rgb(217,110,42); }
td.TdClassName
{
border-color: #D96E2A;
}
.TagClassName
{
border-color: #D96E2A;
}
</style>