Shades of Tahiti Gold #DE6D1F
Tints of Tahiti Gold #DE6D1F
RGB
CMYK
RGB Variations
Color information
#DE6D1F (or 0xDE6D1F) is known color: Tahiti Gold. HEX triplet: DE, 6D and 1F. RGB value is (222,109,31). Sum of RGB (Red+Green+Blue) = 222+109+31=362 (47% of max value = 765). Red value is 222 (87.11% from 255 or 61.33% from 362); Green value is 109 (42.97% from 255 or 30.11% from 362); Blue value is 31 (12.5% from 255 or 8.56% from 362); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6D1F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE6D1F is #2192E0. Grayscale: #868686. Windows color (decimal): -2200289 or 2059742. OLE color: 2059742.
HSL color Cylindrical-coordinate representation of color #DE6D1F: hue angle of 24.5º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DE6D1F is Cyan = 0, Magento = 0.51, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 109 | 31 | - |
| CMYK | 0 | 0.51 | 0.86 | 0.13 |
| HSL | 24.5º | 0.75% | 0.5% | - |
| HSV(B) | 24.5º | 0.86% | 0.87% | - |
| XYZ | 35.84 | 26.57 | 4.54 | - |
| YUV | 133.9 | 69.94 | 190.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 109 | 31 | 0 | 0.51 | 0.86 | 0.13 | 24.5 | 0.75 | 0.5 |
| Hex | DE | 6D | 1F | 0 | 33 | 56 | D | 19 | 4B | 32 |
| Octal | 336 | 155 | 37 | 0 | 63 | 126 | 15 | 31 | 113 | 62 |
| Binary | 11011110 | 1101101 | 11111 | 0 | 110011 | 1010110 | 1101 | 11001 | 1001011 | 110010 |
Color Harmonies of #DE6D1F
Complementary color
Monochromatic Colors of #DE6D1F
Black with #DE6D1F
Text Example
Text Example
White with #DE6D1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE6D1F; }
p { color: rgb(222,109,31); }
H1.HeaderClassName
{
color: #DE6D1F;
}
.AnyTagClassName
{
color: #DE6D1F;
}
</style>
background-color css
<style>
a { background-color: #DE6D1F; }
a { background-color: rgb(222,109,31); }
div.DivClassName
{
background-color: #DE6D1F;
}
.BgClassName
{
background-color: #DE6D1F;
}
</style>
border-color css
<style>
span { border-color: #DE6D1F; }
span { border-color: rgb(222,109,31); }
td.TdClassName
{
border-color: #DE6D1F;
}
.TagClassName
{
border-color: #DE6D1F;
}
</style>