Shades of Tahiti Gold #D97423
Tints of Tahiti Gold #D97423
RGB
CMYK
RGB Variations
Color information
#D97423 (or 0xD97423) is known color: Tahiti Gold. HEX triplet: D9, 74 and 23. RGB value is (217,116,35). Sum of RGB (Red+Green+Blue) = 217+116+35=368 (48% of max value = 765). Red value is 217 (85.16% from 255 or 58.97% from 368); Green value is 116 (45.70% from 255 or 31.52% from 368); Blue value is 35 (14.06% from 255 or 9.51% from 368); Max value from RGB is 217 - color contains mainly: red. Hex color #D97423 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D97423 is #268BDC. Grayscale: #898989. Windows color (decimal): -2526173 or 2323673. OLE color: 2323673.
HSL color Cylindrical-coordinate representation of color #D97423: hue angle of 26.7º degrees, saturation: 0.72, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D97423 is Cyan = 0, Magento = 0.47, Yellow = 0.84 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 116 | 35 | - |
| CMYK | 0 | 0.47 | 0.84 | 0.15 |
| HSL | 26.7º | 0.72% | 0.49% | - |
| HSV(B) | 26.7º | 0.84% | 0.85% | - |
| XYZ | 35.16 | 27.36 | 5.02 | - |
| YUV | 136.97 | 70.46 | 185.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 116 | 35 | 0 | 0.47 | 0.84 | 0.15 | 26.7 | 0.72 | 0.49 |
| Hex | D9 | 74 | 23 | 0 | 2F | 54 | F | 1B | 48 | 31 |
| Octal | 331 | 164 | 43 | 0 | 57 | 124 | 17 | 33 | 110 | 61 |
| Binary | 11011001 | 1110100 | 100011 | 0 | 101111 | 1010100 | 1111 | 11011 | 1001000 | 110001 |
Color Harmonies of #D97423
Complementary color
Monochromatic Colors of #D97423
Black with #D97423
Text Example
Text Example
White with #D97423
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D97423; }
p { color: rgb(217,116,35); }
H1.HeaderClassName
{
color: #D97423;
}
.AnyTagClassName
{
color: #D97423;
}
</style>
background-color css
<style>
a { background-color: #D97423; }
a { background-color: rgb(217,116,35); }
div.DivClassName
{
background-color: #D97423;
}
.BgClassName
{
background-color: #D97423;
}
</style>
border-color css
<style>
span { border-color: #D97423; }
span { border-color: rgb(217,116,35); }
td.TdClassName
{
border-color: #D97423;
}
.TagClassName
{
border-color: #D97423;
}
</style>