Shades of Tahiti Gold #DE7B2B
Tints of Tahiti Gold #DE7B2B
RGB
CMYK
RGB Variations
Color information
#DE7B2B (or 0xDE7B2B) is known color: Tahiti Gold. HEX triplet: DE, 7B and 2B. RGB value is (222,123,43). Sum of RGB (Red+Green+Blue) = 222+123+43=388 (51% of max value = 765). Red value is 222 (87.11% from 255 or 57.22% from 388); Green value is 123 (48.44% from 255 or 31.70% from 388); Blue value is 43 (17.19% from 255 or 11.08% from 388); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7B2B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE7B2B is #2184D4. Grayscale: #8F8F8F. Windows color (decimal): -2196693 or 2849758. OLE color: 2849758.
HSL color Cylindrical-coordinate representation of color #DE7B2B: hue angle of 26.82º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DE7B2B is Cyan = 0, Magento = 0.45, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 123 | 43 | - |
| CMYK | 0 | 0.45 | 0.81 | 0.13 |
| HSL | 26.82º | 0.73% | 0.52% | - |
| HSV(B) | 26.82º | 0.81% | 0.87% | - |
| XYZ | 37.64 | 29.87 | 6.07 | - |
| YUV | 143.48 | 71.3 | 184 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 123 | 43 | 0 | 0.45 | 0.81 | 0.13 | 26.82 | 0.73 | 0.52 |
| Hex | DE | 7B | 2B | 0 | 2D | 51 | D | 1B | 49 | 34 |
| Octal | 336 | 173 | 53 | 0 | 55 | 121 | 15 | 33 | 111 | 64 |
| Binary | 11011110 | 1111011 | 101011 | 0 | 101101 | 1010001 | 1101 | 11011 | 1001001 | 110100 |
Color Harmonies of #DE7B2B
Complementary color
Monochromatic Colors of #DE7B2B
Black with #DE7B2B
Text Example
Text Example
White with #DE7B2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE7B2B; }
p { color: rgb(222,123,43); }
H1.HeaderClassName
{
color: #DE7B2B;
}
.AnyTagClassName
{
color: #DE7B2B;
}
</style>
background-color css
<style>
a { background-color: #DE7B2B; }
a { background-color: rgb(222,123,43); }
div.DivClassName
{
background-color: #DE7B2B;
}
.BgClassName
{
background-color: #DE7B2B;
}
</style>
border-color css
<style>
span { border-color: #DE7B2B; }
span { border-color: rgb(222,123,43); }
td.TdClassName
{
border-color: #DE7B2B;
}
.TagClassName
{
border-color: #DE7B2B;
}
</style>