Shades of Dark Goldenrod #C68E00
Tints of Dark Goldenrod #C68E00
RGB
CMYK
RGB Variations
Color information
#C68E00 (or 0xC68E00) is known color: Dark Goldenrod. HEX triplet: C6, 8E and 00. RGB value is (198,142,0). Sum of RGB (Red+Green+Blue) = 198+142+0=340 (45% of max value = 765). Red value is 198 (77.73% from 255 or 58.24% from 340); Green value is 142 (55.86% from 255 or 41.76% from 340); Blue value is 0 (0.39% from 255 or 0% from 340); Max value from RGB is 198 - color contains mainly: red. Hex color #C68E00 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C68E00 is #3971FF. Grayscale: #8F8F8F. Windows color (decimal): -3764736 or 36550. OLE color: 36550.
HSL color Cylindrical-coordinate representation of color #C68E00: hue angle of 43.03º 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 #C68E00 is Cyan = 0, Magento = 0.28, Yellow = 1 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 142 | 0 | - |
| CMYK | 0 | 0.28 | 1 | 0.22 |
| HSL | 43.03º | 1% | 0.39% | - |
| HSV(B) | 43.03º | 1% | 0.78% | - |
| XYZ | 32.96 | 31.35 | 4.31 | - |
| YUV | 142.56 | 47.55 | 167.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 142 | 0 | 0 | 0.28 | 1 | 0.22 | 43.03 | 1 | 0.39 |
| Hex | C6 | 8E | 0 | 0 | 1C | 64 | 16 | 2B | 64 | 27 |
| Octal | 306 | 216 | 0 | 0 | 34 | 144 | 26 | 53 | 144 | 47 |
| Binary | 11000110 | 10001110 | 0 | 0 | 11100 | 1100100 | 10110 | 101011 | 1100100 | 100111 |
Color Harmonies of #C68E00
Complementary color
Monochromatic Colors of #C68E00
Black with #C68E00
Text Example
Text Example
White with #C68E00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68E00; }
p { color: rgb(198,142,0); }
H1.HeaderClassName
{
color: #C68E00;
}
.AnyTagClassName
{
color: #C68E00;
}
</style>
background-color css
<style>
a { background-color: #C68E00; }
a { background-color: rgb(198,142,0); }
div.DivClassName
{
background-color: #C68E00;
}
.BgClassName
{
background-color: #C68E00;
}
</style>
border-color css
<style>
span { border-color: #C68E00; }
span { border-color: rgb(198,142,0); }
td.TdClassName
{
border-color: #C68E00;
}
.TagClassName
{
border-color: #C68E00;
}
</style>