Shades of Tahiti Gold #DF741A
Tints of Tahiti Gold #DF741A
RGB
CMYK
RGB Variations
Color information
#DF741A (or 0xDF741A) is known color: Tahiti Gold. HEX triplet: DF, 74 and 1A. RGB value is (223,116,26). Sum of RGB (Red+Green+Blue) = 223+116+26=365 (48% of max value = 765). Red value is 223 (87.5% from 255 or 61.10% from 365); Green value is 116 (45.70% from 255 or 31.78% from 365); Blue value is 26 (10.55% from 255 or 7.12% from 365); Max value from RGB is 223 - color contains mainly: red. Hex color #DF741A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF741A is #208BE5. Grayscale: #8A8A8A. Windows color (decimal): -2132966 or 1733855. OLE color: 1733855.
HSL color Cylindrical-coordinate representation of color #DF741A: hue angle of 27.41º degrees, saturation: 0.79, 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 #DF741A is Cyan = 0, Magento = 0.48, Yellow = 0.88 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 116 | 26 | - |
| CMYK | 0 | 0.48 | 0.88 | 0.13 |
| HSL | 27.41º | 0.79% | 0.49% | - |
| HSV(B) | 27.41º | 0.88% | 0.87% | - |
| XYZ | 36.86 | 28.25 | 4.49 | - |
| YUV | 137.73 | 64.95 | 188.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 116 | 26 | 0 | 0.48 | 0.88 | 0.13 | 27.41 | 0.79 | 0.49 |
| Hex | DF | 74 | 1A | 0 | 30 | 58 | D | 1B | 4F | 31 |
| Octal | 337 | 164 | 32 | 0 | 60 | 130 | 15 | 33 | 117 | 61 |
| Binary | 11011111 | 1110100 | 11010 | 0 | 110000 | 1011000 | 1101 | 11011 | 1001111 | 110001 |
Color Harmonies of #DF741A
Complementary color
Monochromatic Colors of #DF741A
Black with #DF741A
Text Example
Text Example
White with #DF741A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF741A; }
p { color: rgb(223,116,26); }
H1.HeaderClassName
{
color: #DF741A;
}
.AnyTagClassName
{
color: #DF741A;
}
</style>
background-color css
<style>
a { background-color: #DF741A; }
a { background-color: rgb(223,116,26); }
div.DivClassName
{
background-color: #DF741A;
}
.BgClassName
{
background-color: #DF741A;
}
</style>
border-color css
<style>
span { border-color: #DF741A; }
span { border-color: rgb(223,116,26); }
td.TdClassName
{
border-color: #DF741A;
}
.TagClassName
{
border-color: #DF741A;
}
</style>