Shades of Tahiti Gold #DF6C25
Tints of Tahiti Gold #DF6C25
RGB
CMYK
RGB Variations
Color information
#DF6C25 (or 0xDF6C25) is known color: Tahiti Gold. HEX triplet: DF, 6C and 25. RGB value is (223,108,37). Sum of RGB (Red+Green+Blue) = 223+108+37=368 (48% of max value = 765). Red value is 223 (87.5% from 255 or 60.60% from 368); Green value is 108 (42.58% from 255 or 29.35% from 368); Blue value is 37 (14.84% from 255 or 10.05% from 368); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6C25 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF6C25 is #2093DA. Grayscale: #868686. Windows color (decimal): -2135003 or 2452703. OLE color: 2452703.
HSL color Cylindrical-coordinate representation of color #DF6C25: hue angle of 22.9º 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 #DF6C25 is Cyan = 0, Magento = 0.52, Yellow = 0.83 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 108 | 37 | - |
| CMYK | 0 | 0.52 | 0.83 | 0.13 |
| HSL | 22.9º | 0.74% | 0.51% | - |
| HSV(B) | 22.9º | 0.83% | 0.87% | - |
| XYZ | 36.13 | 26.55 | 4.97 | - |
| YUV | 134.29 | 73.1 | 191.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 108 | 37 | 0 | 0.52 | 0.83 | 0.13 | 22.9 | 0.74 | 0.51 |
| Hex | DF | 6C | 25 | 0 | 34 | 53 | D | 17 | 4A | 33 |
| Octal | 337 | 154 | 45 | 0 | 64 | 123 | 15 | 27 | 112 | 63 |
| Binary | 11011111 | 1101100 | 100101 | 0 | 110100 | 1010011 | 1101 | 10111 | 1001010 | 110011 |
Color Harmonies of #DF6C25
Complementary color
Monochromatic Colors of #DF6C25
Black with #DF6C25
Text Example
Text Example
White with #DF6C25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF6C25; }
p { color: rgb(223,108,37); }
H1.HeaderClassName
{
color: #DF6C25;
}
.AnyTagClassName
{
color: #DF6C25;
}
</style>
background-color css
<style>
a { background-color: #DF6C25; }
a { background-color: rgb(223,108,37); }
div.DivClassName
{
background-color: #DF6C25;
}
.BgClassName
{
background-color: #DF6C25;
}
</style>
border-color css
<style>
span { border-color: #DF6C25; }
span { border-color: rgb(223,108,37); }
td.TdClassName
{
border-color: #DF6C25;
}
.TagClassName
{
border-color: #DF6C25;
}
</style>