Shades of Dark Goldenrod #C79000
Tints of Dark Goldenrod #C79000
RGB
CMYK
RGB Variations
Color information
#C79000 (or 0xC79000) is known color: Dark Goldenrod. HEX triplet: C7, 90 and 00. RGB value is (199,144,0). Sum of RGB (Red+Green+Blue) = 199+144+0=343 (45% of max value = 765). Red value is 199 (78.12% from 255 or 58.02% from 343); Green value is 144 (56.64% from 255 or 41.98% from 343); Blue value is 0 (0.39% from 255 or 0% from 343); Max value from RGB is 199 - color contains mainly: red. Hex color #C79000 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C79000 is #386FFF. Grayscale: #909090. Windows color (decimal): -3698688 or 37063. OLE color: 37063.
HSL color Cylindrical-coordinate representation of color #C79000: hue angle of 43.42º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C79000 is Cyan = 0, Magento = 0.28, Yellow = 1 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 144 | 0 | - |
| CMYK | 0 | 0.28 | 1 | 0.22 |
| HSL | 43.42º | 1% | 0.39% | - |
| HSV(B) | 43.42º | 1% | 0.78% | - |
| XYZ | 33.53 | 32.09 | 4.43 | - |
| YUV | 144.03 | 46.72 | 167.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 144 | 0 | 0 | 0.28 | 1 | 0.22 | 43.42 | 1 | 0.39 |
| Hex | C7 | 90 | 0 | 0 | 1C | 64 | 16 | 2B | 64 | 27 |
| Octal | 307 | 220 | 0 | 0 | 34 | 144 | 26 | 53 | 144 | 47 |
| Binary | 11000111 | 10010000 | 0 | 0 | 11100 | 1100100 | 10110 | 101011 | 1100100 | 100111 |
Color Harmonies of #C79000
Complementary color
Monochromatic Colors of #C79000
Black with #C79000
Text Example
Text Example
White with #C79000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C79000; }
p { color: rgb(199,144,0); }
H1.HeaderClassName
{
color: #C79000;
}
.AnyTagClassName
{
color: #C79000;
}
</style>
background-color css
<style>
a { background-color: #C79000; }
a { background-color: rgb(199,144,0); }
div.DivClassName
{
background-color: #C79000;
}
.BgClassName
{
background-color: #C79000;
}
</style>
border-color css
<style>
span { border-color: #C79000; }
span { border-color: rgb(199,144,0); }
td.TdClassName
{
border-color: #C79000;
}
.TagClassName
{
border-color: #C79000;
}
</style>