Shades of Tahiti Gold #DF6625
Tints of Tahiti Gold #DF6625
RGB
CMYK
RGB Variations
Color information
#DF6625 (or 0xDF6625) is known color: Tahiti Gold. HEX triplet: DF, 66 and 25. RGB value is (223,102,37). Sum of RGB (Red+Green+Blue) = 223+102+37=362 (47% of max value = 765). Red value is 223 (87.5% from 255 or 61.60% from 362); Green value is 102 (40.23% from 255 or 28.18% from 362); Blue value is 37 (14.84% from 255 or 10.22% from 362); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6625 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF6625 is #2099DA. Grayscale: #838383. Windows color (decimal): -2136539 or 2451167. OLE color: 2451167.
HSL color Cylindrical-coordinate representation of color #DF6625: hue angle of 20.97º 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 #DF6625 is Cyan = 0, Magento = 0.54, Yellow = 0.83 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 102 | 37 | - |
| CMYK | 0 | 0.54 | 0.83 | 0.13 |
| HSL | 20.97º | 0.74% | 0.51% | - |
| HSV(B) | 20.97º | 0.83% | 0.87% | - |
| XYZ | 35.52 | 25.32 | 4.77 | - |
| YUV | 130.77 | 75.09 | 193.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 102 | 37 | 0 | 0.54 | 0.83 | 0.13 | 20.97 | 0.74 | 0.51 |
| Hex | DF | 66 | 25 | 0 | 36 | 53 | D | 15 | 4A | 33 |
| Octal | 337 | 146 | 45 | 0 | 66 | 123 | 15 | 25 | 112 | 63 |
| Binary | 11011111 | 1100110 | 100101 | 0 | 110110 | 1010011 | 1101 | 10101 | 1001010 | 110011 |
Color Harmonies of #DF6625
Complementary color
Monochromatic Colors of #DF6625
Black with #DF6625
Text Example
Text Example
White with #DF6625
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF6625; }
p { color: rgb(223,102,37); }
H1.HeaderClassName
{
color: #DF6625;
}
.AnyTagClassName
{
color: #DF6625;
}
</style>
background-color css
<style>
a { background-color: #DF6625; }
a { background-color: rgb(223,102,37); }
div.DivClassName
{
background-color: #DF6625;
}
.BgClassName
{
background-color: #DF6625;
}
</style>
border-color css
<style>
span { border-color: #DF6625; }
span { border-color: rgb(223,102,37); }
td.TdClassName
{
border-color: #DF6625;
}
.TagClassName
{
border-color: #DF6625;
}
</style>