Shades of Dark Goldenrod #C68007
Tints of Dark Goldenrod #C68007
RGB
CMYK
RGB Variations
Color information
#C68007 (or 0xC68007) is known color: Dark Goldenrod. HEX triplet: C6, 80 and 07. RGB value is (198,128,7). Sum of RGB (Red+Green+Blue) = 198+128+7=333 (44% of max value = 765). Red value is 198 (77.73% from 255 or 59.46% from 333); Green value is 128 (50.39% from 255 or 38.44% from 333); Blue value is 7 (3.12% from 255 or 2.10% from 333); Max value from RGB is 198 - color contains mainly: red. Hex color #C68007 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C68007 is #397FF8. Grayscale: #878787. Windows color (decimal): -3768313 or 491718. OLE color: 491718.
HSL color Cylindrical-coordinate representation of color #C68007: hue angle of 38.01º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C68007 is Cyan = 0, Magento = 0.35, Yellow = 0.96 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 128 | 7 | - |
| CMYK | 0 | 0.35 | 0.96 | 0.22 |
| HSL | 38.01º | 0.93% | 0.4% | - |
| HSV(B) | 38.01º | 0.96% | 0.78% | - |
| XYZ | 31.05 | 27.46 | 3.86 | - |
| YUV | 135.14 | 55.69 | 172.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 128 | 7 | 0 | 0.35 | 0.96 | 0.22 | 38.01 | 0.93 | 0.4 |
| Hex | C6 | 80 | 7 | 0 | 23 | 60 | 16 | 26 | 5D | 28 |
| Octal | 306 | 200 | 7 | 0 | 43 | 140 | 26 | 46 | 135 | 50 |
| Binary | 11000110 | 10000000 | 111 | 0 | 100011 | 1100000 | 10110 | 100110 | 1011101 | 101000 |
Color Harmonies of #C68007
Complementary color
Monochromatic Colors of #C68007
Black with #C68007
Text Example
Text Example
White with #C68007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68007; }
p { color: rgb(198,128,7); }
H1.HeaderClassName
{
color: #C68007;
}
.AnyTagClassName
{
color: #C68007;
}
</style>
background-color css
<style>
a { background-color: #C68007; }
a { background-color: rgb(198,128,7); }
div.DivClassName
{
background-color: #C68007;
}
.BgClassName
{
background-color: #C68007;
}
</style>
border-color css
<style>
span { border-color: #C68007; }
span { border-color: rgb(198,128,7); }
td.TdClassName
{
border-color: #C68007;
}
.TagClassName
{
border-color: #C68007;
}
</style>