Shades of Tahiti Gold #DE7D1F
Tints of Tahiti Gold #DE7D1F
RGB
CMYK
RGB Variations
Color information
#DE7D1F (or 0xDE7D1F) is known color: Tahiti Gold. HEX triplet: DE, 7D and 1F. RGB value is (222,125,31). Sum of RGB (Red+Green+Blue) = 222+125+31=378 (50% of max value = 765). Red value is 222 (87.11% from 255 or 58.73% from 378); Green value is 125 (49.22% from 255 or 33.07% from 378); Blue value is 31 (12.5% from 255 or 8.20% from 378); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7D1F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE7D1F is #2182E0. Grayscale: #8F8F8F. Windows color (decimal): -2196193 or 2063838. OLE color: 2063838.
HSL color Cylindrical-coordinate representation of color #DE7D1F: hue angle of 29.53º 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 #DE7D1F is Cyan = 0, Magento = 0.44, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 125 | 31 | - |
| CMYK | 0 | 0.44 | 0.86 | 0.13 |
| HSL | 29.53º | 0.75% | 0.5% | - |
| HSV(B) | 29.53º | 0.86% | 0.87% | - |
| XYZ | 37.71 | 30.3 | 5.16 | - |
| YUV | 143.29 | 64.64 | 184.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 125 | 31 | 0 | 0.44 | 0.86 | 0.13 | 29.53 | 0.75 | 0.5 |
| Hex | DE | 7D | 1F | 0 | 2C | 56 | D | 1E | 4B | 32 |
| Octal | 336 | 175 | 37 | 0 | 54 | 126 | 15 | 36 | 113 | 62 |
| Binary | 11011110 | 1111101 | 11111 | 0 | 101100 | 1010110 | 1101 | 11110 | 1001011 | 110010 |
Color Harmonies of #DE7D1F
Complementary color
Monochromatic Colors of #DE7D1F
Black with #DE7D1F
Text Example
Text Example
White with #DE7D1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE7D1F; }
p { color: rgb(222,125,31); }
H1.HeaderClassName
{
color: #DE7D1F;
}
.AnyTagClassName
{
color: #DE7D1F;
}
</style>
background-color css
<style>
a { background-color: #DE7D1F; }
a { background-color: rgb(222,125,31); }
div.DivClassName
{
background-color: #DE7D1F;
}
.BgClassName
{
background-color: #DE7D1F;
}
</style>
border-color css
<style>
span { border-color: #DE7D1F; }
span { border-color: rgb(222,125,31); }
td.TdClassName
{
border-color: #DE7D1F;
}
.TagClassName
{
border-color: #DE7D1F;
}
</style>