Shades of Tahiti Gold #D57428
Tints of Tahiti Gold #D57428
RGB
CMYK
RGB Variations
Color information
#D57428 (or 0xD57428) is known color: Tahiti Gold. HEX triplet: D5, 74 and 28. RGB value is (213,116,40). Sum of RGB (Red+Green+Blue) = 213+116+40=369 (48% of max value = 765). Red value is 213 (83.59% from 255 or 57.72% from 369); Green value is 116 (45.70% from 255 or 31.44% from 369); Blue value is 40 (16.02% from 255 or 10.84% from 369); Max value from RGB is 213 - color contains mainly: red. Hex color #D57428 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D57428 is #2A8BD7. Grayscale: #888888. Windows color (decimal): -2788312 or 2651349. OLE color: 2651349.
HSL color Cylindrical-coordinate representation of color #D57428: hue angle of 26.36º 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 #D57428 is Cyan = 0, Magento = 0.46, Yellow = 0.81 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 116 | 40 | - |
| CMYK | 0 | 0.46 | 0.81 | 0.16 |
| HSL | 26.36º | 0.68% | 0.5% | - |
| HSV(B) | 26.36º | 0.81% | 0.84% | - |
| XYZ | 34.07 | 26.79 | 5.38 | - |
| YUV | 136.34 | 73.64 | 182.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 116 | 40 | 0 | 0.46 | 0.81 | 0.16 | 26.36 | 0.68 | 0.5 |
| Hex | D5 | 74 | 28 | 0 | 2E | 51 | 10 | 1A | 44 | 32 |
| Octal | 325 | 164 | 50 | 0 | 56 | 121 | 20 | 32 | 104 | 62 |
| Binary | 11010101 | 1110100 | 101000 | 0 | 101110 | 1010001 | 10000 | 11010 | 1000100 | 110010 |
Color Harmonies of #D57428
Complementary color
Monochromatic Colors of #D57428
Black with #D57428
Text Example
Text Example
White with #D57428
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D57428; }
p { color: rgb(213,116,40); }
H1.HeaderClassName
{
color: #D57428;
}
.AnyTagClassName
{
color: #D57428;
}
</style>
background-color css
<style>
a { background-color: #D57428; }
a { background-color: rgb(213,116,40); }
div.DivClassName
{
background-color: #D57428;
}
.BgClassName
{
background-color: #D57428;
}
</style>
border-color css
<style>
span { border-color: #D57428; }
span { border-color: rgb(213,116,40); }
td.TdClassName
{
border-color: #D57428;
}
.TagClassName
{
border-color: #D57428;
}
</style>