Shades of Dark Goldenrod #C68000
Tints of Dark Goldenrod #C68000
RGB
CMYK
RGB Variations
Color information
#C68000 (or 0xC68000) is known color: Dark Goldenrod. HEX triplet: C6, 80 and 00. RGB value is (198,128,0). Sum of RGB (Red+Green+Blue) = 198+128+0=326 (43% of max value = 765). Red value is 198 (77.73% from 255 or 60.74% from 326); Green value is 128 (50.39% from 255 or 39.26% from 326); Blue value is 0 (0.39% from 255 or 0% from 326); Max value from RGB is 198 - color contains mainly: red. Hex color #C68000 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C68000 is #397FFF. Grayscale: #868686. Windows color (decimal): -3768320 or 32966. OLE color: 32966.
HSL color Cylindrical-coordinate representation of color #C68000: hue angle of 38.79º 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 #C68000 is Cyan = 0, Magento = 0.35, Yellow = 1 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 128 | 0 | - |
| CMYK | 0 | 0.35 | 1 | 0.22 |
| HSL | 38.79º | 1% | 0.39% | - |
| HSV(B) | 38.79º | 1% | 0.78% | - |
| XYZ | 31.01 | 27.44 | 3.66 | - |
| YUV | 134.34 | 52.19 | 173.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 128 | 0 | 0 | 0.35 | 1 | 0.22 | 38.79 | 1 | 0.39 |
| Hex | C6 | 80 | 0 | 0 | 23 | 64 | 16 | 27 | 64 | 27 |
| Octal | 306 | 200 | 0 | 0 | 43 | 144 | 26 | 47 | 144 | 47 |
| Binary | 11000110 | 10000000 | 0 | 0 | 100011 | 1100100 | 10110 | 100111 | 1100100 | 100111 |
Color Harmonies of #C68000
Complementary color
Monochromatic Colors of #C68000
Black with #C68000
Text Example
Text Example
White with #C68000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68000; }
p { color: rgb(198,128,0); }
H1.HeaderClassName
{
color: #C68000;
}
.AnyTagClassName
{
color: #C68000;
}
</style>
background-color css
<style>
a { background-color: #C68000; }
a { background-color: rgb(198,128,0); }
div.DivClassName
{
background-color: #C68000;
}
.BgClassName
{
background-color: #C68000;
}
</style>
border-color css
<style>
span { border-color: #C68000; }
span { border-color: rgb(198,128,0); }
td.TdClassName
{
border-color: #C68000;
}
.TagClassName
{
border-color: #C68000;
}
</style>