Shades of Tahiti Gold #DF6525
Tints of Tahiti Gold #DF6525
RGB
CMYK
RGB Variations
Color information
#DF6525 (or 0xDF6525) is known color: Tahiti Gold. HEX triplet: DF, 65 and 25. RGB value is (223,101,37). Sum of RGB (Red+Green+Blue) = 223+101+37=361 (47% of max value = 765). Red value is 223 (87.5% from 255 or 61.77% from 361); Green value is 101 (39.84% from 255 or 27.98% from 361); Blue value is 37 (14.84% from 255 or 10.25% from 361); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6525 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF6525 is #209ADA. Grayscale: #828282. Windows color (decimal): -2136795 or 2450911. OLE color: 2450911.
HSL color Cylindrical-coordinate representation of color #DF6525: hue angle of 20.65º 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 #DF6525 is Cyan = 0, Magento = 0.55, Yellow = 0.83 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 101 | 37 | - |
| CMYK | 0 | 0.55 | 0.83 | 0.13 |
| HSL | 20.65º | 0.74% | 0.51% | - |
| HSV(B) | 20.65º | 0.83% | 0.87% | - |
| XYZ | 35.42 | 25.13 | 4.73 | - |
| YUV | 130.18 | 75.42 | 194.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 101 | 37 | 0 | 0.55 | 0.83 | 0.13 | 20.65 | 0.74 | 0.51 |
| Hex | DF | 65 | 25 | 0 | 37 | 53 | D | 15 | 4A | 33 |
| Octal | 337 | 145 | 45 | 0 | 67 | 123 | 15 | 25 | 112 | 63 |
| Binary | 11011111 | 1100101 | 100101 | 0 | 110111 | 1010011 | 1101 | 10101 | 1001010 | 110011 |
Color Harmonies of #DF6525
Complementary color
Monochromatic Colors of #DF6525
Black with #DF6525
Text Example
Text Example
White with #DF6525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF6525; }
p { color: rgb(223,101,37); }
H1.HeaderClassName
{
color: #DF6525;
}
.AnyTagClassName
{
color: #DF6525;
}
</style>
background-color css
<style>
a { background-color: #DF6525; }
a { background-color: rgb(223,101,37); }
div.DivClassName
{
background-color: #DF6525;
}
.BgClassName
{
background-color: #DF6525;
}
</style>
border-color css
<style>
span { border-color: #DF6525; }
span { border-color: rgb(223,101,37); }
td.TdClassName
{
border-color: #DF6525;
}
.TagClassName
{
border-color: #DF6525;
}
</style>