Shades of Tahiti Gold #DC792F
Tints of Tahiti Gold #DC792F
RGB
CMYK
RGB Variations
Color information
#DC792F (or 0xDC792F) is known color: Tahiti Gold. HEX triplet: DC, 79 and 2F. RGB value is (220,121,47). Sum of RGB (Red+Green+Blue) = 220+121+47=388 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.70% from 388); Green value is 121 (47.66% from 255 or 31.19% from 388); Blue value is 47 (18.75% from 255 or 12.11% from 388); Max value from RGB is 220 - color contains mainly: red. Hex color #DC792F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC792F is #2386D0. Grayscale: #8E8E8E. Windows color (decimal): -2328273 or 3111388. OLE color: 3111388.
HSL color Cylindrical-coordinate representation of color #DC792F: hue angle of 25.66º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DC792F is Cyan = 0, Magento = 0.45, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 121 | 47 | - |
| CMYK | 0 | 0.45 | 0.79 | 0.14 |
| HSL | 25.66º | 0.71% | 0.52% | - |
| HSV(B) | 25.66º | 0.79% | 0.86% | - |
| XYZ | 36.87 | 29.1 | 6.36 | - |
| YUV | 142.17 | 74.3 | 183.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 121 | 47 | 0 | 0.45 | 0.79 | 0.14 | 25.66 | 0.71 | 0.52 |
| Hex | DC | 79 | 2F | 0 | 2D | 4F | E | 1A | 47 | 34 |
| Octal | 334 | 171 | 57 | 0 | 55 | 117 | 16 | 32 | 107 | 64 |
| Binary | 11011100 | 1111001 | 101111 | 0 | 101101 | 1001111 | 1110 | 11010 | 1000111 | 110100 |
Color Harmonies of #DC792F
Complementary color
Monochromatic Colors of #DC792F
Black with #DC792F
Text Example
Text Example
White with #DC792F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC792F; }
p { color: rgb(220,121,47); }
H1.HeaderClassName
{
color: #DC792F;
}
.AnyTagClassName
{
color: #DC792F;
}
</style>
background-color css
<style>
a { background-color: #DC792F; }
a { background-color: rgb(220,121,47); }
div.DivClassName
{
background-color: #DC792F;
}
.BgClassName
{
background-color: #DC792F;
}
</style>
border-color css
<style>
span { border-color: #DC792F; }
span { border-color: rgb(220,121,47); }
td.TdClassName
{
border-color: #DC792F;
}
.TagClassName
{
border-color: #DC792F;
}
</style>