Shades of Tahiti Gold #DF731B
Tints of Tahiti Gold #DF731B
RGB
CMYK
RGB Variations
Color information
#DF731B (or 0xDF731B) is known color: Tahiti Gold. HEX triplet: DF, 73 and 1B. RGB value is (223,115,27). Sum of RGB (Red+Green+Blue) = 223+115+27=365 (48% of max value = 765). Red value is 223 (87.5% from 255 or 61.10% from 365); Green value is 115 (45.31% from 255 or 31.51% from 365); Blue value is 27 (10.94% from 255 or 7.40% from 365); Max value from RGB is 223 - color contains mainly: red. Hex color #DF731B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF731B is #208CE4. Grayscale: #898989. Windows color (decimal): -2133221 or 1799135. OLE color: 1799135.
HSL color Cylindrical-coordinate representation of color #DF731B: hue angle of 26.94º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DF731B is Cyan = 0, Magento = 0.48, Yellow = 0.88 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 115 | 27 | - |
| CMYK | 0 | 0.48 | 0.88 | 0.13 |
| HSL | 26.94º | 0.78% | 0.49% | - |
| HSV(B) | 26.94º | 0.88% | 0.87% | - |
| XYZ | 36.76 | 28.03 | 4.51 | - |
| YUV | 137.26 | 65.78 | 189.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 115 | 27 | 0 | 0.48 | 0.88 | 0.13 | 26.94 | 0.78 | 0.49 |
| Hex | DF | 73 | 1B | 0 | 30 | 58 | D | 1B | 4E | 31 |
| Octal | 337 | 163 | 33 | 0 | 60 | 130 | 15 | 33 | 116 | 61 |
| Binary | 11011111 | 1110011 | 11011 | 0 | 110000 | 1011000 | 1101 | 11011 | 1001110 | 110001 |
Color Harmonies of #DF731B
Complementary color
Monochromatic Colors of #DF731B
Black with #DF731B
Text Example
Text Example
White with #DF731B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF731B; }
p { color: rgb(223,115,27); }
H1.HeaderClassName
{
color: #DF731B;
}
.AnyTagClassName
{
color: #DF731B;
}
</style>
background-color css
<style>
a { background-color: #DF731B; }
a { background-color: rgb(223,115,27); }
div.DivClassName
{
background-color: #DF731B;
}
.BgClassName
{
background-color: #DF731B;
}
</style>
border-color css
<style>
span { border-color: #DF731B; }
span { border-color: rgb(223,115,27); }
td.TdClassName
{
border-color: #DF731B;
}
.TagClassName
{
border-color: #DF731B;
}
</style>