Shades of Dark Goldenrod #C79A00
Tints of Dark Goldenrod #C79A00
RGB
CMYK
RGB Variations
Color information
#C79A00 (or 0xC79A00) is known color: Dark Goldenrod. HEX triplet: C7, 9A and 00. RGB value is (199,154,0). Sum of RGB (Red+Green+Blue) = 199+154+0=353 (46% of max value = 765). Red value is 199 (78.12% from 255 or 56.37% from 353); Green value is 154 (60.55% from 255 or 43.63% from 353); Blue value is 0 (0.39% from 255 or 0% from 353); Max value from RGB is 199 - color contains mainly: red. Hex color #C79A00 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C79A00 is #3865FF. Grayscale: #969696. Windows color (decimal): -3696128 or 39623. OLE color: 39623.
HSL color Cylindrical-coordinate representation of color #C79A00: hue angle of 46.43º 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 #C79A00 is Cyan = 0, Magento = 0.23, Yellow = 1 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 154 | 0 | - |
| CMYK | 0 | 0.23 | 1 | 0.22 |
| HSL | 46.43º | 1% | 0.39% | - |
| HSV(B) | 46.43º | 1% | 0.78% | - |
| XYZ | 35.11 | 35.25 | 4.95 | - |
| YUV | 149.9 | 43.41 | 163.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 154 | 0 | 0 | 0.23 | 1 | 0.22 | 46.43 | 1 | 0.39 |
| Hex | C7 | 9A | 0 | 0 | 17 | 64 | 16 | 2E | 64 | 27 |
| Octal | 307 | 232 | 0 | 0 | 27 | 144 | 26 | 56 | 144 | 47 |
| Binary | 11000111 | 10011010 | 0 | 0 | 10111 | 1100100 | 10110 | 101110 | 1100100 | 100111 |
Color Harmonies of #C79A00
Complementary color
Monochromatic Colors of #C79A00
Black with #C79A00
Text Example
Text Example
White with #C79A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C79A00; }
p { color: rgb(199,154,0); }
H1.HeaderClassName
{
color: #C79A00;
}
.AnyTagClassName
{
color: #C79A00;
}
</style>
background-color css
<style>
a { background-color: #C79A00; }
a { background-color: rgb(199,154,0); }
div.DivClassName
{
background-color: #C79A00;
}
.BgClassName
{
background-color: #C79A00;
}
</style>
border-color css
<style>
span { border-color: #C79A00; }
span { border-color: rgb(199,154,0); }
td.TdClassName
{
border-color: #C79A00;
}
.TagClassName
{
border-color: #C79A00;
}
</style>