Shades of Tahiti Gold #DF731C
Tints of Tahiti Gold #DF731C
RGB
CMYK
RGB Variations
Color information
#DF731C (or 0xDF731C) is known color: Tahiti Gold. HEX triplet: DF, 73 and 1C. RGB value is (223,115,28). Sum of RGB (Red+Green+Blue) = 223+115+28=366 (48% of max value = 765). Red value is 223 (87.5% from 255 or 60.93% from 366); Green value is 115 (45.31% from 255 or 31.42% from 366); Blue value is 28 (11.33% from 255 or 7.65% from 366); Max value from RGB is 223 - color contains mainly: red. Hex color #DF731C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF731C is #208CE3. Grayscale: #898989. Windows color (decimal): -2133220 or 1864671. OLE color: 1864671.
HSL color Cylindrical-coordinate representation of color #DF731C: hue angle of 26.77º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DF731C is Cyan = 0, Magento = 0.48, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 115 | 28 | - |
| CMYK | 0 | 0.48 | 0.87 | 0.13 |
| HSL | 26.77º | 0.78% | 0.49% | - |
| HSV(B) | 26.77º | 0.87% | 0.87% | - |
| XYZ | 36.77 | 28.03 | 4.57 | - |
| YUV | 137.37 | 66.28 | 189.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 115 | 28 | 0 | 0.48 | 0.87 | 0.13 | 26.77 | 0.78 | 0.49 |
| Hex | DF | 73 | 1C | 0 | 30 | 57 | D | 1B | 4E | 31 |
| Octal | 337 | 163 | 34 | 0 | 60 | 127 | 15 | 33 | 116 | 61 |
| Binary | 11011111 | 1110011 | 11100 | 0 | 110000 | 1010111 | 1101 | 11011 | 1001110 | 110001 |
Color Harmonies of #DF731C
Complementary color
Monochromatic Colors of #DF731C
Black with #DF731C
Text Example
Text Example
White with #DF731C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF731C; }
p { color: rgb(223,115,28); }
H1.HeaderClassName
{
color: #DF731C;
}
.AnyTagClassName
{
color: #DF731C;
}
</style>
background-color css
<style>
a { background-color: #DF731C; }
a { background-color: rgb(223,115,28); }
div.DivClassName
{
background-color: #DF731C;
}
.BgClassName
{
background-color: #DF731C;
}
</style>
border-color css
<style>
span { border-color: #DF731C; }
span { border-color: rgb(223,115,28); }
td.TdClassName
{
border-color: #DF731C;
}
.TagClassName
{
border-color: #DF731C;
}
</style>