Shades of Tahiti Gold #D57028
Tints of Tahiti Gold #D57028
RGB
CMYK
RGB Variations
Color information
#D57028 (or 0xD57028) is known color: Tahiti Gold. HEX triplet: D5, 70 and 28. RGB value is (213,112,40). Sum of RGB (Red+Green+Blue) = 213+112+40=365 (48% of max value = 765). Red value is 213 (83.59% from 255 or 58.36% from 365); Green value is 112 (44.14% from 255 or 30.68% from 365); Blue value is 40 (16.02% from 255 or 10.96% from 365); Max value from RGB is 213 - color contains mainly: red. Hex color #D57028 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D57028 is #2A8FD7. Grayscale: #868686. Windows color (decimal): -2789336 or 2650325. OLE color: 2650325.
HSL color Cylindrical-coordinate representation of color #D57028: hue angle of 24.97º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D57028 is Cyan = 0, Magento = 0.47, Yellow = 0.81 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 112 | 40 | - |
| CMYK | 0 | 0.47 | 0.81 | 0.16 |
| HSL | 24.97º | 0.68% | 0.5% | - |
| HSV(B) | 24.97º | 0.81% | 0.84% | - |
| XYZ | 33.62 | 25.89 | 5.23 | - |
| YUV | 133.99 | 74.96 | 184.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 112 | 40 | 0 | 0.47 | 0.81 | 0.16 | 24.97 | 0.68 | 0.5 |
| Hex | D5 | 70 | 28 | 0 | 2F | 51 | 10 | 19 | 44 | 32 |
| Octal | 325 | 160 | 50 | 0 | 57 | 121 | 20 | 31 | 104 | 62 |
| Binary | 11010101 | 1110000 | 101000 | 0 | 101111 | 1010001 | 10000 | 11001 | 1000100 | 110010 |
Color Harmonies of #D57028
Complementary color
Monochromatic Colors of #D57028
Black with #D57028
Text Example
Text Example
White with #D57028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D57028; }
p { color: rgb(213,112,40); }
H1.HeaderClassName
{
color: #D57028;
}
.AnyTagClassName
{
color: #D57028;
}
</style>
background-color css
<style>
a { background-color: #D57028; }
a { background-color: rgb(213,112,40); }
div.DivClassName
{
background-color: #D57028;
}
.BgClassName
{
background-color: #D57028;
}
</style>
border-color css
<style>
span { border-color: #D57028; }
span { border-color: rgb(213,112,40); }
td.TdClassName
{
border-color: #D57028;
}
.TagClassName
{
border-color: #D57028;
}
</style>