Shades of Tahiti Gold #D5792D
Tints of Tahiti Gold #D5792D
RGB
CMYK
RGB Variations
Color information
#D5792D (or 0xD5792D) is known color: Tahiti Gold. HEX triplet: D5, 79 and 2D. RGB value is (213,121,45). Sum of RGB (Red+Green+Blue) = 213+121+45=379 (50% of max value = 765). Red value is 213 (83.59% from 255 or 56.20% from 379); Green value is 121 (47.66% from 255 or 31.93% from 379); Blue value is 45 (17.97% from 255 or 11.87% from 379); Max value from RGB is 213 - color contains mainly: red. Hex color #D5792D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D5792D is #2A86D2. Grayscale: #8C8C8C. Windows color (decimal): -2787027 or 2980309. OLE color: 2980309.
HSL color Cylindrical-coordinate representation of color #D5792D: hue angle of 27.14º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D5792D is Cyan = 0, Magento = 0.43, Yellow = 0.79 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 121 | 45 | - |
| CMYK | 0 | 0.43 | 0.79 | 0.16 |
| HSL | 27.14º | 0.67% | 0.51% | - |
| HSV(B) | 27.14º | 0.79% | 0.84% | - |
| XYZ | 34.75 | 28.01 | 6.06 | - |
| YUV | 139.84 | 74.48 | 180.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 121 | 45 | 0 | 0.43 | 0.79 | 0.16 | 27.14 | 0.67 | 0.51 |
| Hex | D5 | 79 | 2D | 0 | 2B | 4F | 10 | 1B | 43 | 33 |
| Octal | 325 | 171 | 55 | 0 | 53 | 117 | 20 | 33 | 103 | 63 |
| Binary | 11010101 | 1111001 | 101101 | 0 | 101011 | 1001111 | 10000 | 11011 | 1000011 | 110011 |
Color Harmonies of #D5792D
Complementary color
Monochromatic Colors of #D5792D
Black with #D5792D
Text Example
Text Example
White with #D5792D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5792D; }
p { color: rgb(213,121,45); }
H1.HeaderClassName
{
color: #D5792D;
}
.AnyTagClassName
{
color: #D5792D;
}
</style>
background-color css
<style>
a { background-color: #D5792D; }
a { background-color: rgb(213,121,45); }
div.DivClassName
{
background-color: #D5792D;
}
.BgClassName
{
background-color: #D5792D;
}
</style>
border-color css
<style>
span { border-color: #D5792D; }
span { border-color: rgb(213,121,45); }
td.TdClassName
{
border-color: #D5792D;
}
.TagClassName
{
border-color: #D5792D;
}
</style>