Shades of Tahiti Gold #D57323
Tints of Tahiti Gold #D57323
RGB
CMYK
RGB Variations
Color information
#D57323 (or 0xD57323) is known color: Tahiti Gold. HEX triplet: D5, 73 and 23. RGB value is (213,115,35). Sum of RGB (Red+Green+Blue) = 213+115+35=363 (48% of max value = 765). Red value is 213 (83.59% from 255 or 58.68% from 363); Green value is 115 (45.31% from 255 or 31.68% from 363); Blue value is 35 (14.06% from 255 or 9.64% from 363); Max value from RGB is 213 - color contains mainly: red. Hex color #D57323 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D57323 is #2A8CDC. Grayscale: #878787. Windows color (decimal): -2788573 or 2323413. OLE color: 2323413.
HSL color Cylindrical-coordinate representation of color #D57323: hue angle of 26.97º degrees, saturation: 0.72, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D57323 is Cyan = 0, Magento = 0.46, Yellow = 0.84 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 115 | 35 | - |
| CMYK | 0 | 0.46 | 0.84 | 0.16 |
| HSL | 26.97º | 0.72% | 0.49% | - |
| HSV(B) | 26.97º | 0.84% | 0.84% | - |
| XYZ | 33.87 | 26.53 | 4.93 | - |
| YUV | 135.18 | 71.47 | 183.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 115 | 35 | 0 | 0.46 | 0.84 | 0.16 | 26.97 | 0.72 | 0.49 |
| Hex | D5 | 73 | 23 | 0 | 2E | 54 | 10 | 1B | 48 | 31 |
| Octal | 325 | 163 | 43 | 0 | 56 | 124 | 20 | 33 | 110 | 61 |
| Binary | 11010101 | 1110011 | 100011 | 0 | 101110 | 1010100 | 10000 | 11011 | 1001000 | 110001 |
Color Harmonies of #D57323
Complementary color
Monochromatic Colors of #D57323
Black with #D57323
Text Example
Text Example
White with #D57323
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D57323; }
p { color: rgb(213,115,35); }
H1.HeaderClassName
{
color: #D57323;
}
.AnyTagClassName
{
color: #D57323;
}
</style>
background-color css
<style>
a { background-color: #D57323; }
a { background-color: rgb(213,115,35); }
div.DivClassName
{
background-color: #D57323;
}
.BgClassName
{
background-color: #D57323;
}
</style>
border-color css
<style>
span { border-color: #D57323; }
span { border-color: rgb(213,115,35); }
td.TdClassName
{
border-color: #D57323;
}
.TagClassName
{
border-color: #D57323;
}
</style>