Shades of Tahiti Gold #D57627
Tints of Tahiti Gold #D57627
RGB
CMYK
RGB Variations
Color information
#D57627 (or 0xD57627) is known color: Tahiti Gold. HEX triplet: D5, 76 and 27. RGB value is (213,118,39). Sum of RGB (Red+Green+Blue) = 213+118+39=370 (49% of max value = 765). Red value is 213 (83.59% from 255 or 57.57% from 370); Green value is 118 (46.48% from 255 or 31.89% from 370); Blue value is 39 (15.62% from 255 or 10.54% from 370); Max value from RGB is 213 - color contains mainly: red. Hex color #D57627 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D57627 is #2A89D8. Grayscale: #898989. Windows color (decimal): -2787801 or 2586325. OLE color: 2586325.
HSL color Cylindrical-coordinate representation of color #D57627: hue angle of 27.24º degrees, saturation: 0.69, 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 #D57627 is Cyan = 0, Magento = 0.45, Yellow = 0.82 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 118 | 39 | - |
| CMYK | 0 | 0.45 | 0.82 | 0.16 |
| HSL | 27.24º | 0.69% | 0.49% | - |
| HSV(B) | 27.24º | 0.82% | 0.84% | - |
| XYZ | 34.29 | 27.25 | 5.37 | - |
| YUV | 137.4 | 72.47 | 181.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 118 | 39 | 0 | 0.45 | 0.82 | 0.16 | 27.24 | 0.69 | 0.49 |
| Hex | D5 | 76 | 27 | 0 | 2D | 52 | 10 | 1B | 45 | 31 |
| Octal | 325 | 166 | 47 | 0 | 55 | 122 | 20 | 33 | 105 | 61 |
| Binary | 11010101 | 1110110 | 100111 | 0 | 101101 | 1010010 | 10000 | 11011 | 1000101 | 110001 |
Color Harmonies of #D57627
Complementary color
Monochromatic Colors of #D57627
Black with #D57627
Text Example
Text Example
White with #D57627
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D57627; }
p { color: rgb(213,118,39); }
H1.HeaderClassName
{
color: #D57627;
}
.AnyTagClassName
{
color: #D57627;
}
</style>
background-color css
<style>
a { background-color: #D57627; }
a { background-color: rgb(213,118,39); }
div.DivClassName
{
background-color: #D57627;
}
.BgClassName
{
background-color: #D57627;
}
</style>
border-color css
<style>
span { border-color: #D57627; }
span { border-color: rgb(213,118,39); }
td.TdClassName
{
border-color: #D57627;
}
.TagClassName
{
border-color: #D57627;
}
</style>