Shades of Tahiti Gold #D97224
Tints of Tahiti Gold #D97224
RGB
CMYK
RGB Variations
Color information
#D97224 (or 0xD97224) is known color: Tahiti Gold. HEX triplet: D9, 72 and 24. RGB value is (217,114,36). Sum of RGB (Red+Green+Blue) = 217+114+36=367 (48% of max value = 765). Red value is 217 (85.16% from 255 or 59.13% from 367); Green value is 114 (44.92% from 255 or 31.06% from 367); Blue value is 36 (14.45% from 255 or 9.81% from 367); Max value from RGB is 217 - color contains mainly: red. Hex color #D97224 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D97224 is #268DDB. Grayscale: #888888. Windows color (decimal): -2526684 or 2388697. OLE color: 2388697.
HSL color Cylindrical-coordinate representation of color #D97224: hue angle of 25.86º degrees, saturation: 0.72, 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 #D97224 is Cyan = 0, Magento = 0.47, Yellow = 0.83 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 114 | 36 | - |
| CMYK | 0 | 0.47 | 0.83 | 0.15 |
| HSL | 25.86º | 0.72% | 0.5% | - |
| HSV(B) | 25.86º | 0.83% | 0.85% | - |
| XYZ | 34.95 | 26.91 | 5.02 | - |
| YUV | 135.91 | 71.62 | 185.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 114 | 36 | 0 | 0.47 | 0.83 | 0.15 | 25.86 | 0.72 | 0.5 |
| Hex | D9 | 72 | 24 | 0 | 2F | 53 | F | 1A | 48 | 32 |
| Octal | 331 | 162 | 44 | 0 | 57 | 123 | 17 | 32 | 110 | 62 |
| Binary | 11011001 | 1110010 | 100100 | 0 | 101111 | 1010011 | 1111 | 11010 | 1001000 | 110010 |
Color Harmonies of #D97224
Complementary color
Monochromatic Colors of #D97224
Black with #D97224
Text Example
Text Example
White with #D97224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D97224; }
p { color: rgb(217,114,36); }
H1.HeaderClassName
{
color: #D97224;
}
.AnyTagClassName
{
color: #D97224;
}
</style>
background-color css
<style>
a { background-color: #D97224; }
a { background-color: rgb(217,114,36); }
div.DivClassName
{
background-color: #D97224;
}
.BgClassName
{
background-color: #D97224;
}
</style>
border-color css
<style>
span { border-color: #D97224; }
span { border-color: rgb(217,114,36); }
td.TdClassName
{
border-color: #D97224;
}
.TagClassName
{
border-color: #D97224;
}
</style>