Shades of Tahiti Gold #D57626
Tints of Tahiti Gold #D57626
RGB
CMYK
RGB Variations
Color information
#D57626 (or 0xD57626) is known color: Tahiti Gold. HEX triplet: D5, 76 and 26. RGB value is (213,118,38). Sum of RGB (Red+Green+Blue) = 213+118+38=369 (48% of max value = 765). Red value is 213 (83.59% from 255 or 57.72% from 369); Green value is 118 (46.48% from 255 or 31.98% from 369); Blue value is 38 (15.23% from 255 or 10.30% from 369); Max value from RGB is 213 - color contains mainly: red. Hex color #D57626 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D57626 is #2A89D9. Grayscale: #898989. Windows color (decimal): -2787802 or 2520789. OLE color: 2520789.
HSL color Cylindrical-coordinate representation of color #D57626: hue angle of 27.43º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D57626 is Cyan = 0, Magento = 0.45, Yellow = 0.82 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 118 | 38 | - |
| CMYK | 0 | 0.45 | 0.82 | 0.16 |
| HSL | 27.43º | 0.7% | 0.49% | - |
| HSV(B) | 27.43º | 0.82% | 0.84% | - |
| XYZ | 34.27 | 27.24 | 5.29 | - |
| YUV | 137.29 | 71.97 | 182 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 118 | 38 | 0 | 0.45 | 0.82 | 0.16 | 27.43 | 0.7 | 0.49 |
| Hex | D5 | 76 | 26 | 0 | 2D | 52 | 10 | 1B | 46 | 31 |
| Octal | 325 | 166 | 46 | 0 | 55 | 122 | 20 | 33 | 106 | 61 |
| Binary | 11010101 | 1110110 | 100110 | 0 | 101101 | 1010010 | 10000 | 11011 | 1000110 | 110001 |
Color Harmonies of #D57626
Complementary color
Monochromatic Colors of #D57626
Black with #D57626
Text Example
Text Example
White with #D57626
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D57626; }
p { color: rgb(213,118,38); }
H1.HeaderClassName
{
color: #D57626;
}
.AnyTagClassName
{
color: #D57626;
}
</style>
background-color css
<style>
a { background-color: #D57626; }
a { background-color: rgb(213,118,38); }
div.DivClassName
{
background-color: #D57626;
}
.BgClassName
{
background-color: #D57626;
}
</style>
border-color css
<style>
span { border-color: #D57626; }
span { border-color: rgb(213,118,38); }
td.TdClassName
{
border-color: #D57626;
}
.TagClassName
{
border-color: #D57626;
}
</style>