Shades of Tahiti Gold #DE741C
Tints of Tahiti Gold #DE741C
RGB
CMYK
RGB Variations
Color information
#DE741C (or 0xDE741C) is known color: Tahiti Gold. HEX triplet: DE, 74 and 1C. RGB value is (222,116,28). Sum of RGB (Red+Green+Blue) = 222+116+28=366 (48% of max value = 765). Red value is 222 (87.11% from 255 or 60.66% from 366); Green value is 116 (45.70% from 255 or 31.69% from 366); Blue value is 28 (11.33% from 255 or 7.65% from 366); Max value from RGB is 222 - color contains mainly: red. Hex color #DE741C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE741C is #218BE3. Grayscale: #8A8A8A. Windows color (decimal): -2198500 or 1864926. OLE color: 1864926.
HSL color Cylindrical-coordinate representation of color #DE741C: hue angle of 27.22º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DE741C is Cyan = 0, Magento = 0.48, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 116 | 28 | - |
| CMYK | 0 | 0.48 | 0.87 | 0.13 |
| HSL | 27.22º | 0.78% | 0.49% | - |
| HSV(B) | 27.22º | 0.87% | 0.87% | - |
| XYZ | 36.58 | 28.1 | 4.6 | - |
| YUV | 137.66 | 66.12 | 188.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 116 | 28 | 0 | 0.48 | 0.87 | 0.13 | 27.22 | 0.78 | 0.49 |
| Hex | DE | 74 | 1C | 0 | 30 | 57 | D | 1B | 4E | 31 |
| Octal | 336 | 164 | 34 | 0 | 60 | 127 | 15 | 33 | 116 | 61 |
| Binary | 11011110 | 1110100 | 11100 | 0 | 110000 | 1010111 | 1101 | 11011 | 1001110 | 110001 |
Color Harmonies of #DE741C
Complementary color
Monochromatic Colors of #DE741C
Black with #DE741C
Text Example
Text Example
White with #DE741C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE741C; }
p { color: rgb(222,116,28); }
H1.HeaderClassName
{
color: #DE741C;
}
.AnyTagClassName
{
color: #DE741C;
}
</style>
background-color css
<style>
a { background-color: #DE741C; }
a { background-color: rgb(222,116,28); }
div.DivClassName
{
background-color: #DE741C;
}
.BgClassName
{
background-color: #DE741C;
}
</style>
border-color css
<style>
span { border-color: #DE741C; }
span { border-color: rgb(222,116,28); }
td.TdClassName
{
border-color: #DE741C;
}
.TagClassName
{
border-color: #DE741C;
}
</style>