Shades of Tahiti Gold #DE781B
Tints of Tahiti Gold #DE781B
RGB
CMYK
RGB Variations
Color information
#DE781B (or 0xDE781B) is known color: Tahiti Gold. HEX triplet: DE, 78 and 1B. RGB value is (222,120,27). Sum of RGB (Red+Green+Blue) = 222+120+27=369 (48% of max value = 765). Red value is 222 (87.11% from 255 or 60.16% from 369); Green value is 120 (47.27% from 255 or 32.52% from 369); Blue value is 27 (10.94% from 255 or 7.32% from 369); Max value from RGB is 222 - color contains mainly: red. Hex color #DE781B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE781B is #2187E4. Grayscale: #8C8C8C. Windows color (decimal): -2197477 or 1800414. OLE color: 1800414.
HSL color Cylindrical-coordinate representation of color #DE781B: hue angle of 28.62º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DE781B is Cyan = 0, Magento = 0.46, Yellow = 0.88 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 120 | 27 | - |
| CMYK | 0 | 0.46 | 0.88 | 0.13 |
| HSL | 28.62º | 0.78% | 0.49% | - |
| HSV(B) | 28.62º | 0.88% | 0.87% | - |
| XYZ | 37.04 | 29.04 | 4.69 | - |
| YUV | 139.9 | 64.29 | 186.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 120 | 27 | 0 | 0.46 | 0.88 | 0.13 | 28.62 | 0.78 | 0.49 |
| Hex | DE | 78 | 1B | 0 | 2E | 58 | D | 1D | 4E | 31 |
| Octal | 336 | 170 | 33 | 0 | 56 | 130 | 15 | 35 | 116 | 61 |
| Binary | 11011110 | 1111000 | 11011 | 0 | 101110 | 1011000 | 1101 | 11101 | 1001110 | 110001 |
Color Harmonies of #DE781B
Complementary color
Monochromatic Colors of #DE781B
Black with #DE781B
Text Example
Text Example
White with #DE781B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE781B; }
p { color: rgb(222,120,27); }
H1.HeaderClassName
{
color: #DE781B;
}
.AnyTagClassName
{
color: #DE781B;
}
</style>
background-color css
<style>
a { background-color: #DE781B; }
a { background-color: rgb(222,120,27); }
div.DivClassName
{
background-color: #DE781B;
}
.BgClassName
{
background-color: #DE781B;
}
</style>
border-color css
<style>
span { border-color: #DE781B; }
span { border-color: rgb(222,120,27); }
td.TdClassName
{
border-color: #DE781B;
}
.TagClassName
{
border-color: #DE781B;
}
</style>