Shades of Tahiti Gold #D97B2D
Tints of Tahiti Gold #D97B2D
RGB
CMYK
RGB Variations
Color information
#D97B2D (or 0xD97B2D) is known color: Tahiti Gold. HEX triplet: D9, 7B and 2D. RGB value is (217,123,45). Sum of RGB (Red+Green+Blue) = 217+123+45=385 (50% of max value = 765). Red value is 217 (85.16% from 255 or 56.36% from 385); Green value is 123 (48.44% from 255 or 31.95% from 385); Blue value is 45 (17.97% from 255 or 11.69% from 385); Max value from RGB is 217 - color contains mainly: red. Hex color #D97B2D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D97B2D is #2684D2. Grayscale: #8E8E8E. Windows color (decimal): -2524371 or 2980825. OLE color: 2980825.
HSL color Cylindrical-coordinate representation of color #D97B2D: hue angle of 27.21º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D97B2D is Cyan = 0, Magento = 0.43, Yellow = 0.79 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 123 | 45 | - |
| CMYK | 0 | 0.43 | 0.79 | 0.15 |
| HSL | 27.21º | 0.69% | 0.51% | - |
| HSV(B) | 27.21º | 0.79% | 0.85% | - |
| XYZ | 36.17 | 29.11 | 6.19 | - |
| YUV | 142.21 | 73.14 | 181.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 123 | 45 | 0 | 0.43 | 0.79 | 0.15 | 27.21 | 0.69 | 0.51 |
| Hex | D9 | 7B | 2D | 0 | 2B | 4F | F | 1B | 45 | 33 |
| Octal | 331 | 173 | 55 | 0 | 53 | 117 | 17 | 33 | 105 | 63 |
| Binary | 11011001 | 1111011 | 101101 | 0 | 101011 | 1001111 | 1111 | 11011 | 1000101 | 110011 |
Color Harmonies of #D97B2D
Complementary color
Monochromatic Colors of #D97B2D
Black with #D97B2D
Text Example
Text Example
White with #D97B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D97B2D; }
p { color: rgb(217,123,45); }
H1.HeaderClassName
{
color: #D97B2D;
}
.AnyTagClassName
{
color: #D97B2D;
}
</style>
background-color css
<style>
a { background-color: #D97B2D; }
a { background-color: rgb(217,123,45); }
div.DivClassName
{
background-color: #D97B2D;
}
.BgClassName
{
background-color: #D97B2D;
}
</style>
border-color css
<style>
span { border-color: #D97B2D; }
span { border-color: rgb(217,123,45); }
td.TdClassName
{
border-color: #D97B2D;
}
.TagClassName
{
border-color: #D97B2D;
}
</style>