Shades of Tahiti Gold #DC792B
Tints of Tahiti Gold #DC792B
RGB
CMYK
RGB Variations
Color information
#DC792B (or 0xDC792B) is known color: Tahiti Gold. HEX triplet: DC, 79 and 2B. RGB value is (220,121,43). Sum of RGB (Red+Green+Blue) = 220+121+43=384 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.29% from 384); Green value is 121 (47.66% from 255 or 31.51% from 384); Blue value is 43 (17.19% from 255 or 11.20% from 384); Max value from RGB is 220 - color contains mainly: red. Hex color #DC792B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC792B is #2386D4. Grayscale: #8E8E8E. Windows color (decimal): -2328277 or 2849244. OLE color: 2849244.
HSL color Cylindrical-coordinate representation of color #DC792B: hue angle of 26.44º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DC792B is Cyan = 0, Magento = 0.45, Yellow = 0.80 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 121 | 43 | - |
| CMYK | 0 | 0.45 | 0.80 | 0.14 |
| HSL | 26.44º | 0.72% | 0.52% | - |
| HSV(B) | 26.44º | 0.8% | 0.86% | - |
| XYZ | 36.79 | 29.06 | 5.96 | - |
| YUV | 141.71 | 72.3 | 183.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 121 | 43 | 0 | 0.45 | 0.80 | 0.14 | 26.44 | 0.72 | 0.52 |
| Hex | DC | 79 | 2B | 0 | 2D | 50 | E | 1A | 48 | 34 |
| Octal | 334 | 171 | 53 | 0 | 55 | 120 | 16 | 32 | 110 | 64 |
| Binary | 11011100 | 1111001 | 101011 | 0 | 101101 | 1010000 | 1110 | 11010 | 1001000 | 110100 |
Color Harmonies of #DC792B
Complementary color
Monochromatic Colors of #DC792B
Black with #DC792B
Text Example
Text Example
White with #DC792B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC792B; }
p { color: rgb(220,121,43); }
H1.HeaderClassName
{
color: #DC792B;
}
.AnyTagClassName
{
color: #DC792B;
}
</style>
background-color css
<style>
a { background-color: #DC792B; }
a { background-color: rgb(220,121,43); }
div.DivClassName
{
background-color: #DC792B;
}
.BgClassName
{
background-color: #DC792B;
}
</style>
border-color css
<style>
span { border-color: #DC792B; }
span { border-color: rgb(220,121,43); }
td.TdClassName
{
border-color: #DC792B;
}
.TagClassName
{
border-color: #DC792B;
}
</style>