Shades of Tahiti Gold #D97021
Tints of Tahiti Gold #D97021
RGB
CMYK
RGB Variations
Color information
#D97021 (or 0xD97021) is known color: Tahiti Gold. HEX triplet: D9, 70 and 21. RGB value is (217,112,33). Sum of RGB (Red+Green+Blue) = 217+112+33=362 (47% of max value = 765). Red value is 217 (85.16% from 255 or 59.94% from 362); Green value is 112 (44.14% from 255 or 30.94% from 362); Blue value is 33 (13.28% from 255 or 9.12% from 362); Max value from RGB is 217 - color contains mainly: red. Hex color #D97021 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D97021 is #268FDE. Grayscale: #868686. Windows color (decimal): -2527199 or 2191577. OLE color: 2191577.
HSL color Cylindrical-coordinate representation of color #D97021: hue angle of 25.76º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D97021 is Cyan = 0, Magento = 0.48, Yellow = 0.85 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 112 | 33 | - |
| CMYK | 0 | 0.48 | 0.85 | 0.15 |
| HSL | 25.76º | 0.74% | 0.49% | - |
| HSV(B) | 25.76º | 0.85% | 0.85% | - |
| XYZ | 34.68 | 26.45 | 4.72 | - |
| YUV | 134.39 | 70.79 | 186.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 112 | 33 | 0 | 0.48 | 0.85 | 0.15 | 25.76 | 0.74 | 0.49 |
| Hex | D9 | 70 | 21 | 0 | 30 | 55 | F | 1A | 4A | 31 |
| Octal | 331 | 160 | 41 | 0 | 60 | 125 | 17 | 32 | 112 | 61 |
| Binary | 11011001 | 1110000 | 100001 | 0 | 110000 | 1010101 | 1111 | 11010 | 1001010 | 110001 |
Color Harmonies of #D97021
Complementary color
Monochromatic Colors of #D97021
Black with #D97021
Text Example
Text Example
White with #D97021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D97021; }
p { color: rgb(217,112,33); }
H1.HeaderClassName
{
color: #D97021;
}
.AnyTagClassName
{
color: #D97021;
}
</style>
background-color css
<style>
a { background-color: #D97021; }
a { background-color: rgb(217,112,33); }
div.DivClassName
{
background-color: #D97021;
}
.BgClassName
{
background-color: #D97021;
}
</style>
border-color css
<style>
span { border-color: #D97021; }
span { border-color: rgb(217,112,33); }
td.TdClassName
{
border-color: #D97021;
}
.TagClassName
{
border-color: #D97021;
}
</style>