Shades of Tahiti Gold #D96A25
Tints of Tahiti Gold #D96A25
RGB
CMYK
RGB Variations
Color information
#D96A25 (or 0xD96A25) is known color: Tahiti Gold. HEX triplet: D9, 6A and 25. RGB value is (217,106,37). Sum of RGB (Red+Green+Blue) = 217+106+37=360 (47% of max value = 765). Red value is 217 (85.16% from 255 or 60.28% from 360); Green value is 106 (41.80% from 255 or 29.44% from 360); Blue value is 37 (14.84% from 255 or 10.28% from 360); Max value from RGB is 217 - color contains mainly: red. Hex color #D96A25 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D96A25 is #2695DA. Grayscale: #838383. Windows color (decimal): -2528731 or 2452185. OLE color: 2452185.
HSL color Cylindrical-coordinate representation of color #D96A25: hue angle of 23º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D96A25 is Cyan = 0, Magento = 0.51, Yellow = 0.83 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 106 | 37 | - |
| CMYK | 0 | 0.51 | 0.83 | 0.15 |
| HSL | 23º | 0.71% | 0.5% | - |
| HSV(B) | 23º | 0.83% | 0.85% | - |
| XYZ | 34.1 | 25.19 | 4.82 | - |
| YUV | 131.32 | 74.77 | 189.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 106 | 37 | 0 | 0.51 | 0.83 | 0.15 | 23 | 0.71 | 0.5 |
| Hex | D9 | 6A | 25 | 0 | 33 | 53 | F | 17 | 47 | 32 |
| Octal | 331 | 152 | 45 | 0 | 63 | 123 | 17 | 27 | 107 | 62 |
| Binary | 11011001 | 1101010 | 100101 | 0 | 110011 | 1010011 | 1111 | 10111 | 1000111 | 110010 |
Color Harmonies of #D96A25
Complementary color
Monochromatic Colors of #D96A25
Black with #D96A25
Text Example
Text Example
White with #D96A25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96A25; }
p { color: rgb(217,106,37); }
H1.HeaderClassName
{
color: #D96A25;
}
.AnyTagClassName
{
color: #D96A25;
}
</style>
background-color css
<style>
a { background-color: #D96A25; }
a { background-color: rgb(217,106,37); }
div.DivClassName
{
background-color: #D96A25;
}
.BgClassName
{
background-color: #D96A25;
}
</style>
border-color css
<style>
span { border-color: #D96A25; }
span { border-color: rgb(217,106,37); }
td.TdClassName
{
border-color: #D96A25;
}
.TagClassName
{
border-color: #D96A25;
}
</style>