Shades of Tahiti Gold #DF6929
Tints of Tahiti Gold #DF6929
RGB
CMYK
RGB Variations
Color information
#DF6929 (or 0xDF6929) is known color: Tahiti Gold. HEX triplet: DF, 69 and 29. RGB value is (223,105,41). Sum of RGB (Red+Green+Blue) = 223+105+41=369 (48% of max value = 765). Red value is 223 (87.5% from 255 or 60.43% from 369); Green value is 105 (41.41% from 255 or 28.46% from 369); Blue value is 41 (16.41% from 255 or 11.11% from 369); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6929 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF6929 is #2096D6. Grayscale: #858585. Windows color (decimal): -2135767 or 2714079. OLE color: 2714079.
HSL color Cylindrical-coordinate representation of color #DF6929: hue angle of 21.1º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DF6929 is Cyan = 0, Magento = 0.53, Yellow = 0.82 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 105 | 41 | - |
| CMYK | 0 | 0.53 | 0.82 | 0.13 |
| HSL | 21.1º | 0.74% | 0.52% | - |
| HSV(B) | 21.1º | 0.82% | 0.87% | - |
| XYZ | 35.88 | 25.95 | 5.22 | - |
| YUV | 132.99 | 76.09 | 192.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 105 | 41 | 0 | 0.53 | 0.82 | 0.13 | 21.1 | 0.74 | 0.52 |
| Hex | DF | 69 | 29 | 0 | 35 | 52 | D | 15 | 4A | 34 |
| Octal | 337 | 151 | 51 | 0 | 65 | 122 | 15 | 25 | 112 | 64 |
| Binary | 11011111 | 1101001 | 101001 | 0 | 110101 | 1010010 | 1101 | 10101 | 1001010 | 110100 |
Color Harmonies of #DF6929
Complementary color
Monochromatic Colors of #DF6929
Black with #DF6929
Text Example
Text Example
White with #DF6929
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF6929; }
p { color: rgb(223,105,41); }
H1.HeaderClassName
{
color: #DF6929;
}
.AnyTagClassName
{
color: #DF6929;
}
</style>
background-color css
<style>
a { background-color: #DF6929; }
a { background-color: rgb(223,105,41); }
div.DivClassName
{
background-color: #DF6929;
}
.BgClassName
{
background-color: #DF6929;
}
</style>
border-color css
<style>
span { border-color: #DF6929; }
span { border-color: rgb(223,105,41); }
td.TdClassName
{
border-color: #DF6929;
}
.TagClassName
{
border-color: #DF6929;
}
</style>