Shades of Tahiti Gold #DF6826
Tints of Tahiti Gold #DF6826
RGB
CMYK
RGB Variations
Color information
#DF6826 (or 0xDF6826) is known color: Tahiti Gold. HEX triplet: DF, 68 and 26. RGB value is (223,104,38). Sum of RGB (Red+Green+Blue) = 223+104+38=365 (48% of max value = 765). Red value is 223 (87.5% from 255 or 61.10% from 365); Green value is 104 (41.02% from 255 or 28.49% from 365); Blue value is 38 (15.23% from 255 or 10.41% from 365); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6826 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF6826 is #2097D9. Grayscale: #848484. Windows color (decimal): -2136026 or 2517215. OLE color: 2517215.
HSL color Cylindrical-coordinate representation of color #DF6826: hue angle of 21.41º 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 #DF6826 is Cyan = 0, Magento = 0.53, Yellow = 0.83 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 104 | 38 | - |
| CMYK | 0 | 0.53 | 0.83 | 0.13 |
| HSL | 21.41º | 0.74% | 0.51% | - |
| HSV(B) | 21.41º | 0.83% | 0.87% | - |
| XYZ | 35.73 | 25.73 | 4.92 | - |
| YUV | 132.06 | 74.92 | 192.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 104 | 38 | 0 | 0.53 | 0.83 | 0.13 | 21.41 | 0.74 | 0.51 |
| Hex | DF | 68 | 26 | 0 | 35 | 53 | D | 15 | 4A | 33 |
| Octal | 337 | 150 | 46 | 0 | 65 | 123 | 15 | 25 | 112 | 63 |
| Binary | 11011111 | 1101000 | 100110 | 0 | 110101 | 1010011 | 1101 | 10101 | 1001010 | 110011 |
Color Harmonies of #DF6826
Complementary color
Monochromatic Colors of #DF6826
Black with #DF6826
Text Example
Text Example
White with #DF6826
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF6826; }
p { color: rgb(223,104,38); }
H1.HeaderClassName
{
color: #DF6826;
}
.AnyTagClassName
{
color: #DF6826;
}
</style>
background-color css
<style>
a { background-color: #DF6826; }
a { background-color: rgb(223,104,38); }
div.DivClassName
{
background-color: #DF6826;
}
.BgClassName
{
background-color: #DF6826;
}
</style>
border-color css
<style>
span { border-color: #DF6826; }
span { border-color: rgb(223,104,38); }
td.TdClassName
{
border-color: #DF6826;
}
.TagClassName
{
border-color: #DF6826;
}
</style>