Shades of Tahiti Gold #D97C30
Tints of Tahiti Gold #D97C30
RGB
CMYK
RGB Variations
Color information
#D97C30 (or 0xD97C30) is known color: Tahiti Gold. HEX triplet: D9, 7C and 30. RGB value is (217,124,48). Sum of RGB (Red+Green+Blue) = 217+124+48=389 (51% of max value = 765). Red value is 217 (85.16% from 255 or 55.78% from 389); Green value is 124 (48.83% from 255 or 31.88% from 389); Blue value is 48 (19.14% from 255 or 12.34% from 389); Max value from RGB is 217 - color contains mainly: red. Hex color #D97C30 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D97C30 is #2683CF. Grayscale: #8F8F8F. Windows color (decimal): -2524112 or 3177689. OLE color: 3177689.
HSL color Cylindrical-coordinate representation of color #D97C30: hue angle of 26.98º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D97C30 is Cyan = 0, Magento = 0.43, Yellow = 0.78 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 124 | 48 | - |
| CMYK | 0 | 0.43 | 0.78 | 0.15 |
| HSL | 26.98º | 0.69% | 0.52% | - |
| HSV(B) | 26.98º | 0.78% | 0.85% | - |
| XYZ | 36.36 | 29.38 | 6.55 | - |
| YUV | 143.14 | 74.31 | 180.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 124 | 48 | 0 | 0.43 | 0.78 | 0.15 | 26.98 | 0.69 | 0.52 |
| Hex | D9 | 7C | 30 | 0 | 2B | 4E | F | 1B | 45 | 34 |
| Octal | 331 | 174 | 60 | 0 | 53 | 116 | 17 | 33 | 105 | 64 |
| Binary | 11011001 | 1111100 | 110000 | 0 | 101011 | 1001110 | 1111 | 11011 | 1000101 | 110100 |
Color Harmonies of #D97C30
Complementary color
Monochromatic Colors of #D97C30
Black with #D97C30
Text Example
Text Example
White with #D97C30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D97C30; }
p { color: rgb(217,124,48); }
H1.HeaderClassName
{
color: #D97C30;
}
.AnyTagClassName
{
color: #D97C30;
}
</style>
background-color css
<style>
a { background-color: #D97C30; }
a { background-color: rgb(217,124,48); }
div.DivClassName
{
background-color: #D97C30;
}
.BgClassName
{
background-color: #D97C30;
}
</style>
border-color css
<style>
span { border-color: #D97C30; }
span { border-color: rgb(217,124,48); }
td.TdClassName
{
border-color: #D97C30;
}
.TagClassName
{
border-color: #D97C30;
}
</style>