Shades of Tahiti Gold #D9742C
Tints of Tahiti Gold #D9742C
RGB
CMYK
RGB Variations
Color information
#D9742C (or 0xD9742C) is known color: Tahiti Gold. HEX triplet: D9, 74 and 2C. RGB value is (217,116,44). Sum of RGB (Red+Green+Blue) = 217+116+44=377 (49% of max value = 765). Red value is 217 (85.16% from 255 or 57.56% from 377); Green value is 116 (45.70% from 255 or 30.77% from 377); Blue value is 44 (17.58% from 255 or 11.67% from 377); Max value from RGB is 217 - color contains mainly: red. Hex color #D9742C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D9742C is #268BD3. Grayscale: #8A8A8A. Windows color (decimal): -2526164 or 2913497. OLE color: 2913497.
HSL color Cylindrical-coordinate representation of color #D9742C: hue angle of 24.97º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D9742C is Cyan = 0, Magento = 0.47, Yellow = 0.80 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 116 | 44 | - |
| CMYK | 0 | 0.47 | 0.80 | 0.15 |
| HSL | 24.97º | 0.69% | 0.51% | - |
| HSV(B) | 24.97º | 0.8% | 0.85% | - |
| XYZ | 35.32 | 27.42 | 5.81 | - |
| YUV | 137.99 | 74.96 | 184.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 116 | 44 | 0 | 0.47 | 0.80 | 0.15 | 24.97 | 0.69 | 0.51 |
| Hex | D9 | 74 | 2C | 0 | 2F | 50 | F | 19 | 45 | 33 |
| Octal | 331 | 164 | 54 | 0 | 57 | 120 | 17 | 31 | 105 | 63 |
| Binary | 11011001 | 1110100 | 101100 | 0 | 101111 | 1010000 | 1111 | 11001 | 1000101 | 110011 |
Color Harmonies of #D9742C
Complementary color
Monochromatic Colors of #D9742C
Black with #D9742C
Text Example
Text Example
White with #D9742C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9742C; }
p { color: rgb(217,116,44); }
H1.HeaderClassName
{
color: #D9742C;
}
.AnyTagClassName
{
color: #D9742C;
}
</style>
background-color css
<style>
a { background-color: #D9742C; }
a { background-color: rgb(217,116,44); }
div.DivClassName
{
background-color: #D9742C;
}
.BgClassName
{
background-color: #D9742C;
}
</style>
border-color css
<style>
span { border-color: #D9742C; }
span { border-color: rgb(217,116,44); }
td.TdClassName
{
border-color: #D9742C;
}
.TagClassName
{
border-color: #D9742C;
}
</style>