Shades of Tahiti Gold #DE7B2D
Tints of Tahiti Gold #DE7B2D
RGB
CMYK
RGB Variations
Color information
#DE7B2D (or 0xDE7B2D) is known color: Tahiti Gold. HEX triplet: DE, 7B and 2D. RGB value is (222,123,45). Sum of RGB (Red+Green+Blue) = 222+123+45=390 (51% of max value = 765). Red value is 222 (87.11% from 255 or 56.92% from 390); Green value is 123 (48.44% from 255 or 31.54% from 390); Blue value is 45 (17.97% from 255 or 11.54% from 390); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7B2D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE7B2D is #2184D2. Grayscale: #909090. Windows color (decimal): -2196691 or 2980830. OLE color: 2980830.
HSL color Cylindrical-coordinate representation of color #DE7B2D: hue angle of 26.44º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DE7B2D is Cyan = 0, Magento = 0.45, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 123 | 45 | - |
| CMYK | 0 | 0.45 | 0.80 | 0.13 |
| HSL | 26.44º | 0.73% | 0.52% | - |
| HSV(B) | 26.44º | 0.8% | 0.87% | - |
| XYZ | 37.68 | 29.88 | 6.27 | - |
| YUV | 143.71 | 72.3 | 183.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 123 | 45 | 0 | 0.45 | 0.80 | 0.13 | 26.44 | 0.73 | 0.52 |
| Hex | DE | 7B | 2D | 0 | 2D | 50 | D | 1A | 49 | 34 |
| Octal | 336 | 173 | 55 | 0 | 55 | 120 | 15 | 32 | 111 | 64 |
| Binary | 11011110 | 1111011 | 101101 | 0 | 101101 | 1010000 | 1101 | 11010 | 1001001 | 110100 |
Color Harmonies of #DE7B2D
Complementary color
Monochromatic Colors of #DE7B2D
Black with #DE7B2D
Text Example
Text Example
White with #DE7B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE7B2D; }
p { color: rgb(222,123,45); }
H1.HeaderClassName
{
color: #DE7B2D;
}
.AnyTagClassName
{
color: #DE7B2D;
}
</style>
background-color css
<style>
a { background-color: #DE7B2D; }
a { background-color: rgb(222,123,45); }
div.DivClassName
{
background-color: #DE7B2D;
}
.BgClassName
{
background-color: #DE7B2D;
}
</style>
border-color css
<style>
span { border-color: #DE7B2D; }
span { border-color: rgb(222,123,45); }
td.TdClassName
{
border-color: #DE7B2D;
}
.TagClassName
{
border-color: #DE7B2D;
}
</style>