Shades of Tahiti Gold #DF6827
Tints of Tahiti Gold #DF6827
RGB
CMYK
RGB Variations
Color information
#DF6827 (or 0xDF6827) is known color: Tahiti Gold. HEX triplet: DF, 68 and 27. RGB value is (223,104,39). Sum of RGB (Red+Green+Blue) = 223+104+39=366 (48% of max value = 765). Red value is 223 (87.5% from 255 or 60.93% from 366); Green value is 104 (41.02% from 255 or 28.42% from 366); Blue value is 39 (15.62% from 255 or 10.66% from 366); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6827 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF6827 is #2097D8. Grayscale: #848484. Windows color (decimal): -2136025 or 2582751. OLE color: 2582751.
HSL color Cylindrical-coordinate representation of color #DF6827: hue angle of 21.2º 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 #DF6827 is Cyan = 0, Magento = 0.53, Yellow = 0.83 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 104 | 39 | - |
| CMYK | 0 | 0.53 | 0.83 | 0.13 |
| HSL | 21.2º | 0.74% | 0.51% | - |
| HSV(B) | 21.2º | 0.83% | 0.87% | - |
| XYZ | 35.75 | 25.74 | 5 | - |
| YUV | 132.17 | 75.42 | 192.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 104 | 39 | 0 | 0.53 | 0.83 | 0.13 | 21.2 | 0.74 | 0.51 |
| Hex | DF | 68 | 27 | 0 | 35 | 53 | D | 15 | 4A | 33 |
| Octal | 337 | 150 | 47 | 0 | 65 | 123 | 15 | 25 | 112 | 63 |
| Binary | 11011111 | 1101000 | 100111 | 0 | 110101 | 1010011 | 1101 | 10101 | 1001010 | 110011 |
Color Harmonies of #DF6827
Complementary color
Monochromatic Colors of #DF6827
Black with #DF6827
Text Example
Text Example
White with #DF6827
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF6827; }
p { color: rgb(223,104,39); }
H1.HeaderClassName
{
color: #DF6827;
}
.AnyTagClassName
{
color: #DF6827;
}
</style>
background-color css
<style>
a { background-color: #DF6827; }
a { background-color: rgb(223,104,39); }
div.DivClassName
{
background-color: #DF6827;
}
.BgClassName
{
background-color: #DF6827;
}
</style>
border-color css
<style>
span { border-color: #DF6827; }
span { border-color: rgb(223,104,39); }
td.TdClassName
{
border-color: #DF6827;
}
.TagClassName
{
border-color: #DF6827;
}
</style>