Shades of Tahiti Gold #DF741D
Tints of Tahiti Gold #DF741D
RGB
CMYK
RGB Variations
Color information
#DF741D (or 0xDF741D) is known color: Tahiti Gold. HEX triplet: DF, 74 and 1D. RGB value is (223,116,29). Sum of RGB (Red+Green+Blue) = 223+116+29=368 (48% of max value = 765). Red value is 223 (87.5% from 255 or 60.60% from 368); Green value is 116 (45.70% from 255 or 31.52% from 368); Blue value is 29 (11.72% from 255 or 7.88% from 368); Max value from RGB is 223 - color contains mainly: red. Hex color #DF741D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF741D is #208BE2. Grayscale: #8A8A8A. Windows color (decimal): -2132963 or 1930463. OLE color: 1930463.
HSL color Cylindrical-coordinate representation of color #DF741D: hue angle of 26.91º degrees, saturation: 0.77, 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 #DF741D is Cyan = 0, Magento = 0.48, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 116 | 29 | - |
| CMYK | 0 | 0.48 | 0.87 | 0.13 |
| HSL | 26.91º | 0.77% | 0.49% | - |
| HSV(B) | 26.91º | 0.87% | 0.87% | - |
| XYZ | 36.9 | 28.27 | 4.67 | - |
| YUV | 138.08 | 66.45 | 188.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 116 | 29 | 0 | 0.48 | 0.87 | 0.13 | 26.91 | 0.77 | 0.49 |
| Hex | DF | 74 | 1D | 0 | 30 | 57 | D | 1B | 4D | 31 |
| Octal | 337 | 164 | 35 | 0 | 60 | 127 | 15 | 33 | 115 | 61 |
| Binary | 11011111 | 1110100 | 11101 | 0 | 110000 | 1010111 | 1101 | 11011 | 1001101 | 110001 |
Color Harmonies of #DF741D
Complementary color
Monochromatic Colors of #DF741D
Black with #DF741D
Text Example
Text Example
White with #DF741D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF741D; }
p { color: rgb(223,116,29); }
H1.HeaderClassName
{
color: #DF741D;
}
.AnyTagClassName
{
color: #DF741D;
}
</style>
background-color css
<style>
a { background-color: #DF741D; }
a { background-color: rgb(223,116,29); }
div.DivClassName
{
background-color: #DF741D;
}
.BgClassName
{
background-color: #DF741D;
}
</style>
border-color css
<style>
span { border-color: #DF741D; }
span { border-color: rgb(223,116,29); }
td.TdClassName
{
border-color: #DF741D;
}
.TagClassName
{
border-color: #DF741D;
}
</style>