Shades of Tahiti Gold #DF811F
Tints of Tahiti Gold #DF811F
RGB
CMYK
RGB Variations
Color information
#DF811F (or 0xDF811F) is known color: Tahiti Gold. HEX triplet: DF, 81 and 1F. RGB value is (223,129,31). Sum of RGB (Red+Green+Blue) = 223+129+31=383 (50% of max value = 765). Red value is 223 (87.5% from 255 or 58.22% from 383); Green value is 129 (50.78% from 255 or 33.68% from 383); Blue value is 31 (12.5% from 255 or 8.09% from 383); Max value from RGB is 223 - color contains mainly: red. Hex color #DF811F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF811F is #207EE0. Grayscale: #929292. Windows color (decimal): -2129633 or 2064863. OLE color: 2064863.
HSL color Cylindrical-coordinate representation of color #DF811F: hue angle of 30.63º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DF811F is Cyan = 0, Magento = 0.42, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 129 | 31 | - |
| CMYK | 0 | 0.42 | 0.86 | 0.13 |
| HSL | 30.63º | 0.76% | 0.5% | - |
| HSV(B) | 30.63º | 0.86% | 0.87% | - |
| XYZ | 38.53 | 31.49 | 5.34 | - |
| YUV | 145.93 | 63.14 | 182.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 129 | 31 | 0 | 0.42 | 0.86 | 0.13 | 30.63 | 0.76 | 0.5 |
| Hex | DF | 81 | 1F | 0 | 2A | 56 | D | 1F | 4C | 32 |
| Octal | 337 | 201 | 37 | 0 | 52 | 126 | 15 | 37 | 114 | 62 |
| Binary | 11011111 | 10000001 | 11111 | 0 | 101010 | 1010110 | 1101 | 11111 | 1001100 | 110010 |
Color Harmonies of #DF811F
Complementary color
Monochromatic Colors of #DF811F
Black with #DF811F
Text Example
Text Example
White with #DF811F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF811F; }
p { color: rgb(223,129,31); }
H1.HeaderClassName
{
color: #DF811F;
}
.AnyTagClassName
{
color: #DF811F;
}
</style>
background-color css
<style>
a { background-color: #DF811F; }
a { background-color: rgb(223,129,31); }
div.DivClassName
{
background-color: #DF811F;
}
.BgClassName
{
background-color: #DF811F;
}
</style>
border-color css
<style>
span { border-color: #DF811F; }
span { border-color: rgb(223,129,31); }
td.TdClassName
{
border-color: #DF811F;
}
.TagClassName
{
border-color: #DF811F;
}
</style>