Shades of Tahiti Gold #DF6725
Tints of Tahiti Gold #DF6725
RGB
CMYK
RGB Variations
Color information
#DF6725 (or 0xDF6725) is known color: Tahiti Gold. HEX triplet: DF, 67 and 25. RGB value is (223,103,37). Sum of RGB (Red+Green+Blue) = 223+103+37=363 (48% of max value = 765). Red value is 223 (87.5% from 255 or 61.43% from 363); Green value is 103 (40.62% from 255 or 28.37% from 363); Blue value is 37 (14.84% from 255 or 10.19% from 363); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6725 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF6725 is #2098DA. Grayscale: #838383. Windows color (decimal): -2136283 or 2451423. OLE color: 2451423.
HSL color Cylindrical-coordinate representation of color #DF6725: hue angle of 21.29º 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 #DF6725 is Cyan = 0, Magento = 0.54, Yellow = 0.83 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 103 | 37 | - |
| CMYK | 0 | 0.54 | 0.83 | 0.13 |
| HSL | 21.29º | 0.74% | 0.51% | - |
| HSV(B) | 21.29º | 0.83% | 0.87% | - |
| XYZ | 35.62 | 25.52 | 4.8 | - |
| YUV | 131.36 | 74.76 | 193.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 103 | 37 | 0 | 0.54 | 0.83 | 0.13 | 21.29 | 0.74 | 0.51 |
| Hex | DF | 67 | 25 | 0 | 36 | 53 | D | 15 | 4A | 33 |
| Octal | 337 | 147 | 45 | 0 | 66 | 123 | 15 | 25 | 112 | 63 |
| Binary | 11011111 | 1100111 | 100101 | 0 | 110110 | 1010011 | 1101 | 10101 | 1001010 | 110011 |
Color Harmonies of #DF6725
Complementary color
Monochromatic Colors of #DF6725
Black with #DF6725
Text Example
Text Example
White with #DF6725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF6725; }
p { color: rgb(223,103,37); }
H1.HeaderClassName
{
color: #DF6725;
}
.AnyTagClassName
{
color: #DF6725;
}
</style>
background-color css
<style>
a { background-color: #DF6725; }
a { background-color: rgb(223,103,37); }
div.DivClassName
{
background-color: #DF6725;
}
.BgClassName
{
background-color: #DF6725;
}
</style>
border-color css
<style>
span { border-color: #DF6725; }
span { border-color: rgb(223,103,37); }
td.TdClassName
{
border-color: #DF6725;
}
.TagClassName
{
border-color: #DF6725;
}
</style>