Shades of Tahiti Gold #DF6424
Tints of Tahiti Gold #DF6424
RGB
CMYK
RGB Variations
Color information
#DF6424 (or 0xDF6424) is known color: Tahiti Gold. HEX triplet: DF, 64 and 24. RGB value is (223,100,36). Sum of RGB (Red+Green+Blue) = 223+100+36=359 (47% of max value = 765). Red value is 223 (87.5% from 255 or 62.12% from 359); Green value is 100 (39.45% from 255 or 27.86% from 359); Blue value is 36 (14.45% from 255 or 10.03% from 359); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6424 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF6424 is #209BDB. Grayscale: #818181. Windows color (decimal): -2137052 or 2385119. OLE color: 2385119.
HSL color Cylindrical-coordinate representation of color #DF6424: hue angle of 20.53º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DF6424 is Cyan = 0, Magento = 0.55, Yellow = 0.84 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 100 | 36 | - |
| CMYK | 0 | 0.55 | 0.84 | 0.13 |
| HSL | 20.53º | 0.75% | 0.51% | - |
| HSV(B) | 20.53º | 0.84% | 0.87% | - |
| XYZ | 35.31 | 24.93 | 4.62 | - |
| YUV | 129.48 | 75.25 | 194.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 100 | 36 | 0 | 0.55 | 0.84 | 0.13 | 20.53 | 0.75 | 0.51 |
| Hex | DF | 64 | 24 | 0 | 37 | 54 | D | 15 | 4B | 33 |
| Octal | 337 | 144 | 44 | 0 | 67 | 124 | 15 | 25 | 113 | 63 |
| Binary | 11011111 | 1100100 | 100100 | 0 | 110111 | 1010100 | 1101 | 10101 | 1001011 | 110011 |
Color Harmonies of #DF6424
Complementary color
Monochromatic Colors of #DF6424
Black with #DF6424
Text Example
Text Example
White with #DF6424
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF6424; }
p { color: rgb(223,100,36); }
H1.HeaderClassName
{
color: #DF6424;
}
.AnyTagClassName
{
color: #DF6424;
}
</style>
background-color css
<style>
a { background-color: #DF6424; }
a { background-color: rgb(223,100,36); }
div.DivClassName
{
background-color: #DF6424;
}
.BgClassName
{
background-color: #DF6424;
}
</style>
border-color css
<style>
span { border-color: #DF6424; }
span { border-color: rgb(223,100,36); }
td.TdClassName
{
border-color: #DF6424;
}
.TagClassName
{
border-color: #DF6424;
}
</style>