Shades of Tahiti Gold #DF6D26
Tints of Tahiti Gold #DF6D26
RGB
CMYK
RGB Variations
Color information
#DF6D26 (or 0xDF6D26) is known color: Tahiti Gold. HEX triplet: DF, 6D and 26. RGB value is (223,109,38). Sum of RGB (Red+Green+Blue) = 223+109+38=370 (49% of max value = 765). Red value is 223 (87.5% from 255 or 60.27% from 370); Green value is 109 (42.97% from 255 or 29.46% from 370); Blue value is 38 (15.23% from 255 or 10.27% from 370); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6D26 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF6D26 is #2092D9. Grayscale: #878787. Windows color (decimal): -2134746 or 2518495. OLE color: 2518495.
HSL color Cylindrical-coordinate representation of color #DF6D26: hue angle of 23.03º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DF6D26 is Cyan = 0, Magento = 0.51, Yellow = 0.83 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 109 | 38 | - |
| CMYK | 0 | 0.51 | 0.83 | 0.13 |
| HSL | 23.03º | 0.74% | 0.51% | - |
| HSV(B) | 23.03º | 0.83% | 0.87% | - |
| XYZ | 36.25 | 26.77 | 5.09 | - |
| YUV | 134.99 | 73.27 | 190.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 109 | 38 | 0 | 0.51 | 0.83 | 0.13 | 23.03 | 0.74 | 0.51 |
| Hex | DF | 6D | 26 | 0 | 33 | 53 | D | 17 | 4A | 33 |
| Octal | 337 | 155 | 46 | 0 | 63 | 123 | 15 | 27 | 112 | 63 |
| Binary | 11011111 | 1101101 | 100110 | 0 | 110011 | 1010011 | 1101 | 10111 | 1001010 | 110011 |
Color Harmonies of #DF6D26
Complementary color
Monochromatic Colors of #DF6D26
Black with #DF6D26
Text Example
Text Example
White with #DF6D26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF6D26; }
p { color: rgb(223,109,38); }
H1.HeaderClassName
{
color: #DF6D26;
}
.AnyTagClassName
{
color: #DF6D26;
}
</style>
background-color css
<style>
a { background-color: #DF6D26; }
a { background-color: rgb(223,109,38); }
div.DivClassName
{
background-color: #DF6D26;
}
.BgClassName
{
background-color: #DF6D26;
}
</style>
border-color css
<style>
span { border-color: #DF6D26; }
span { border-color: rgb(223,109,38); }
td.TdClassName
{
border-color: #DF6D26;
}
.TagClassName
{
border-color: #DF6D26;
}
</style>