Shades of Dark Goldenrod #C68D00
Tints of Dark Goldenrod #C68D00
RGB
CMYK
RGB Variations
Color information
#C68D00 (or 0xC68D00) is known color: Dark Goldenrod. HEX triplet: C6, 8D and 00. RGB value is (198,141,0). Sum of RGB (Red+Green+Blue) = 198+141+0=339 (44% of max value = 765). Red value is 198 (77.73% from 255 or 58.41% from 339); Green value is 141 (55.47% from 255 or 41.59% from 339); Blue value is 0 (0.39% from 255 or 0% from 339); Max value from RGB is 198 - color contains mainly: red. Hex color #C68D00 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C68D00 is #3972FF. Grayscale: #8E8E8E. Windows color (decimal): -3764992 or 36294. OLE color: 36294.
HSL color Cylindrical-coordinate representation of color #C68D00: hue angle of 42.73º 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 #C68D00 is Cyan = 0, Magento = 0.29, Yellow = 1 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 141 | 0 | - |
| CMYK | 0 | 0.29 | 1 | 0.22 |
| HSL | 42.73º | 1% | 0.39% | - |
| HSV(B) | 42.73º | 1% | 0.78% | - |
| XYZ | 32.81 | 31.06 | 4.26 | - |
| YUV | 141.97 | 47.88 | 167.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 141 | 0 | 0 | 0.29 | 1 | 0.22 | 42.73 | 1 | 0.39 |
| Hex | C6 | 8D | 0 | 0 | 1D | 64 | 16 | 2B | 64 | 27 |
| Octal | 306 | 215 | 0 | 0 | 35 | 144 | 26 | 53 | 144 | 47 |
| Binary | 11000110 | 10001101 | 0 | 0 | 11101 | 1100100 | 10110 | 101011 | 1100100 | 100111 |
Color Harmonies of #C68D00
Complementary color
Monochromatic Colors of #C68D00
Black with #C68D00
Text Example
Text Example
White with #C68D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68D00; }
p { color: rgb(198,141,0); }
H1.HeaderClassName
{
color: #C68D00;
}
.AnyTagClassName
{
color: #C68D00;
}
</style>
background-color css
<style>
a { background-color: #C68D00; }
a { background-color: rgb(198,141,0); }
div.DivClassName
{
background-color: #C68D00;
}
.BgClassName
{
background-color: #C68D00;
}
</style>
border-color css
<style>
span { border-color: #C68D00; }
span { border-color: rgb(198,141,0); }
td.TdClassName
{
border-color: #C68D00;
}
.TagClassName
{
border-color: #C68D00;
}
</style>