Shades of Tahiti Gold #D57324
Tints of Tahiti Gold #D57324
RGB
CMYK
RGB Variations
Color information
#D57324 (or 0xD57324) is known color: Tahiti Gold. HEX triplet: D5, 73 and 24. RGB value is (213,115,36). Sum of RGB (Red+Green+Blue) = 213+115+36=364 (48% of max value = 765). Red value is 213 (83.59% from 255 or 58.52% from 364); Green value is 115 (45.31% from 255 or 31.59% from 364); Blue value is 36 (14.45% from 255 or 9.89% from 364); Max value from RGB is 213 - color contains mainly: red. Hex color #D57324 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D57324 is #2A8CDB. Grayscale: #878787. Windows color (decimal): -2788572 or 2388949. OLE color: 2388949.
HSL color Cylindrical-coordinate representation of color #D57324: hue angle of 26.78º 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 #D57324 is Cyan = 0, Magento = 0.46, Yellow = 0.83 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 115 | 36 | - |
| CMYK | 0 | 0.46 | 0.83 | 0.16 |
| HSL | 26.78º | 0.71% | 0.49% | - |
| HSV(B) | 26.78º | 0.83% | 0.84% | - |
| XYZ | 33.89 | 26.53 | 5 | - |
| YUV | 135.3 | 71.97 | 183.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 115 | 36 | 0 | 0.46 | 0.83 | 0.16 | 26.78 | 0.71 | 0.49 |
| Hex | D5 | 73 | 24 | 0 | 2E | 53 | 10 | 1B | 47 | 31 |
| Octal | 325 | 163 | 44 | 0 | 56 | 123 | 20 | 33 | 107 | 61 |
| Binary | 11010101 | 1110011 | 100100 | 0 | 101110 | 1010011 | 10000 | 11011 | 1000111 | 110001 |
Color Harmonies of #D57324
Complementary color
Monochromatic Colors of #D57324
Black with #D57324
Text Example
Text Example
White with #D57324
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D57324; }
p { color: rgb(213,115,36); }
H1.HeaderClassName
{
color: #D57324;
}
.AnyTagClassName
{
color: #D57324;
}
</style>
background-color css
<style>
a { background-color: #D57324; }
a { background-color: rgb(213,115,36); }
div.DivClassName
{
background-color: #D57324;
}
.BgClassName
{
background-color: #D57324;
}
</style>
border-color css
<style>
span { border-color: #D57324; }
span { border-color: rgb(213,115,36); }
td.TdClassName
{
border-color: #D57324;
}
.TagClassName
{
border-color: #D57324;
}
</style>