Shades of Tahiti Gold #D47028
Tints of Tahiti Gold #D47028
RGB
CMYK
RGB Variations
Color information
#D47028 (or 0xD47028) is known color: Tahiti Gold. HEX triplet: D4, 70 and 28. RGB value is (212,112,40). Sum of RGB (Red+Green+Blue) = 212+112+40=364 (48% of max value = 765). Red value is 212 (83.20% from 255 or 58.24% from 364); Green value is 112 (44.14% from 255 or 30.77% from 364); Blue value is 40 (16.02% from 255 or 10.99% from 364); Max value from RGB is 212 - color contains mainly: red. Hex color #D47028 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D47028 is #2B8FD7. Grayscale: #868686. Windows color (decimal): -2854872 or 2650324. OLE color: 2650324.
HSL color Cylindrical-coordinate representation of color #D47028: hue angle of 25.12º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D47028 is Cyan = 0, Magento = 0.47, Yellow = 0.81 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 112 | 40 | - |
| CMYK | 0 | 0.47 | 0.81 | 0.17 |
| HSL | 25.12º | 0.68% | 0.49% | - |
| HSV(B) | 25.12º | 0.81% | 0.83% | - |
| XYZ | 33.33 | 25.74 | 5.22 | - |
| YUV | 133.69 | 75.13 | 183.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 112 | 40 | 0 | 0.47 | 0.81 | 0.17 | 25.12 | 0.68 | 0.49 |
| Hex | D4 | 70 | 28 | 0 | 2F | 51 | 11 | 19 | 44 | 31 |
| Octal | 324 | 160 | 50 | 0 | 57 | 121 | 21 | 31 | 104 | 61 |
| Binary | 11010100 | 1110000 | 101000 | 0 | 101111 | 1010001 | 10001 | 11001 | 1000100 | 110001 |
Color Harmonies of #D47028
Complementary color
Monochromatic Colors of #D47028
Black with #D47028
Text Example
Text Example
White with #D47028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D47028; }
p { color: rgb(212,112,40); }
H1.HeaderClassName
{
color: #D47028;
}
.AnyTagClassName
{
color: #D47028;
}
</style>
background-color css
<style>
a { background-color: #D47028; }
a { background-color: rgb(212,112,40); }
div.DivClassName
{
background-color: #D47028;
}
.BgClassName
{
background-color: #D47028;
}
</style>
border-color css
<style>
span { border-color: #D47028; }
span { border-color: rgb(212,112,40); }
td.TdClassName
{
border-color: #D47028;
}
.TagClassName
{
border-color: #D47028;
}
</style>