Shades of Tahiti Gold #D67325
Tints of Tahiti Gold #D67325
RGB
CMYK
RGB Variations
Color information
#D67325 (or 0xD67325) is known color: Tahiti Gold. HEX triplet: D6, 73 and 25. RGB value is (214,115,37). Sum of RGB (Red+Green+Blue) = 214+115+37=366 (48% of max value = 765). Red value is 214 (83.98% from 255 or 58.47% from 366); Green value is 115 (45.31% from 255 or 31.42% from 366); Blue value is 37 (14.84% from 255 or 10.11% from 366); Max value from RGB is 214 - color contains mainly: red. Hex color #D67325 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D67325 is #298CDA. Grayscale: #888888. Windows color (decimal): -2723035 or 2454486. OLE color: 2454486.
HSL color Cylindrical-coordinate representation of color #D67325: hue angle of 26.44º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D67325 is Cyan = 0, Magento = 0.46, Yellow = 0.83 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 115 | 37 | - |
| CMYK | 0 | 0.46 | 0.83 | 0.16 |
| HSL | 26.44º | 0.71% | 0.49% | - |
| HSV(B) | 26.44º | 0.83% | 0.84% | - |
| XYZ | 34.2 | 26.69 | 5.1 | - |
| YUV | 135.71 | 72.3 | 183.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 115 | 37 | 0 | 0.46 | 0.83 | 0.16 | 26.44 | 0.71 | 0.49 |
| Hex | D6 | 73 | 25 | 0 | 2E | 53 | 10 | 1A | 47 | 31 |
| Octal | 326 | 163 | 45 | 0 | 56 | 123 | 20 | 32 | 107 | 61 |
| Binary | 11010110 | 1110011 | 100101 | 0 | 101110 | 1010011 | 10000 | 11010 | 1000111 | 110001 |
Color Harmonies of #D67325
Complementary color
Monochromatic Colors of #D67325
Black with #D67325
Text Example
Text Example
White with #D67325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D67325; }
p { color: rgb(214,115,37); }
H1.HeaderClassName
{
color: #D67325;
}
.AnyTagClassName
{
color: #D67325;
}
</style>
background-color css
<style>
a { background-color: #D67325; }
a { background-color: rgb(214,115,37); }
div.DivClassName
{
background-color: #D67325;
}
.BgClassName
{
background-color: #D67325;
}
</style>
border-color css
<style>
span { border-color: #D67325; }
span { border-color: rgb(214,115,37); }
td.TdClassName
{
border-color: #D67325;
}
.TagClassName
{
border-color: #D67325;
}
</style>