Shades of Tahiti Gold #DC792A
Tints of Tahiti Gold #DC792A
RGB
CMYK
RGB Variations
Color information
#DC792A (or 0xDC792A) is known color: Tahiti Gold. HEX triplet: DC, 79 and 2A. RGB value is (220,121,42). Sum of RGB (Red+Green+Blue) = 220+121+42=383 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.44% from 383); Green value is 121 (47.66% from 255 or 31.59% from 383); Blue value is 42 (16.80% from 255 or 10.97% from 383); Max value from RGB is 220 - color contains mainly: red. Hex color #DC792A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC792A is #2386D5. Grayscale: #8E8E8E. Windows color (decimal): -2328278 or 2783708. OLE color: 2783708.
HSL color Cylindrical-coordinate representation of color #DC792A: hue angle of 26.63º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DC792A is Cyan = 0, Magento = 0.45, Yellow = 0.81 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 121 | 42 | - |
| CMYK | 0 | 0.45 | 0.81 | 0.14 |
| HSL | 26.63º | 0.72% | 0.51% | - |
| HSV(B) | 26.63º | 0.81% | 0.86% | - |
| XYZ | 36.77 | 29.06 | 5.86 | - |
| YUV | 141.6 | 71.8 | 183.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 121 | 42 | 0 | 0.45 | 0.81 | 0.14 | 26.63 | 0.72 | 0.51 |
| Hex | DC | 79 | 2A | 0 | 2D | 51 | E | 1B | 48 | 33 |
| Octal | 334 | 171 | 52 | 0 | 55 | 121 | 16 | 33 | 110 | 63 |
| Binary | 11011100 | 1111001 | 101010 | 0 | 101101 | 1010001 | 1110 | 11011 | 1001000 | 110011 |
Color Harmonies of #DC792A
Complementary color
Monochromatic Colors of #DC792A
Black with #DC792A
Text Example
Text Example
White with #DC792A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC792A; }
p { color: rgb(220,121,42); }
H1.HeaderClassName
{
color: #DC792A;
}
.AnyTagClassName
{
color: #DC792A;
}
</style>
background-color css
<style>
a { background-color: #DC792A; }
a { background-color: rgb(220,121,42); }
div.DivClassName
{
background-color: #DC792A;
}
.BgClassName
{
background-color: #DC792A;
}
</style>
border-color css
<style>
span { border-color: #DC792A; }
span { border-color: rgb(220,121,42); }
td.TdClassName
{
border-color: #DC792A;
}
.TagClassName
{
border-color: #DC792A;
}
</style>