Shades of Dark Goldenrod #C68B00
Tints of Dark Goldenrod #C68B00
RGB
CMYK
RGB Variations
Color information
#C68B00 (or 0xC68B00) is known color: Dark Goldenrod. HEX triplet: C6, 8B and 00. RGB value is (198,139,0). Sum of RGB (Red+Green+Blue) = 198+139+0=337 (44% of max value = 765). Red value is 198 (77.73% from 255 or 58.75% from 337); Green value is 139 (54.69% from 255 or 41.25% from 337); Blue value is 0 (0.39% from 255 or 0% from 337); Max value from RGB is 198 - color contains mainly: red. Hex color #C68B00 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C68B00 is #3974FF. Grayscale: #8D8D8D. Windows color (decimal): -3765504 or 35782. OLE color: 35782.
HSL color Cylindrical-coordinate representation of color #C68B00: hue angle of 42.12º 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 #C68B00 is Cyan = 0, Magento = 0.30, Yellow = 1 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 139 | 0 | - |
| CMYK | 0 | 0.30 | 1 | 0.22 |
| HSL | 42.12º | 1% | 0.39% | - |
| HSV(B) | 42.12º | 1% | 0.78% | - |
| XYZ | 32.52 | 30.47 | 4.17 | - |
| YUV | 140.8 | 48.55 | 168.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 139 | 0 | 0 | 0.30 | 1 | 0.22 | 42.12 | 1 | 0.39 |
| Hex | C6 | 8B | 0 | 0 | 1E | 64 | 16 | 2A | 64 | 27 |
| Octal | 306 | 213 | 0 | 0 | 36 | 144 | 26 | 52 | 144 | 47 |
| Binary | 11000110 | 10001011 | 0 | 0 | 11110 | 1100100 | 10110 | 101010 | 1100100 | 100111 |
Color Harmonies of #C68B00
Complementary color
Monochromatic Colors of #C68B00
Black with #C68B00
Text Example
Text Example
White with #C68B00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68B00; }
p { color: rgb(198,139,0); }
H1.HeaderClassName
{
color: #C68B00;
}
.AnyTagClassName
{
color: #C68B00;
}
</style>
background-color css
<style>
a { background-color: #C68B00; }
a { background-color: rgb(198,139,0); }
div.DivClassName
{
background-color: #C68B00;
}
.BgClassName
{
background-color: #C68B00;
}
</style>
border-color css
<style>
span { border-color: #C68B00; }
span { border-color: rgb(198,139,0); }
td.TdClassName
{
border-color: #C68B00;
}
.TagClassName
{
border-color: #C68B00;
}
</style>