Shades of Dark Goldenrod #C68B0E
Tints of Dark Goldenrod #C68B0E
RGB
CMYK
RGB Variations
Color information
#C68B0E (or 0xC68B0E) is known color: Dark Goldenrod. HEX triplet: C6, 8B and 0E. RGB value is (198,139,14). Sum of RGB (Red+Green+Blue) = 198+139+14=351 (46% of max value = 765). Red value is 198 (77.73% from 255 or 56.41% from 351); Green value is 139 (54.69% from 255 or 39.60% from 351); Blue value is 14 (5.86% from 255 or 3.99% from 351); Max value from RGB is 198 - color contains mainly: red. Hex color #C68B0E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C68B0E is #3974F1. Grayscale: #8E8E8E. Windows color (decimal): -3765490 or 953286. OLE color: 953286.
HSL color Cylindrical-coordinate representation of color #C68B0E: hue angle of 40.76º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C68B0E is Cyan = 0, Magento = 0.30, Yellow = 0.93 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 139 | 14 | - |
| CMYK | 0 | 0.30 | 0.93 | 0.22 |
| HSL | 40.76º | 0.87% | 0.42% | - |
| HSV(B) | 40.76º | 0.93% | 0.78% | - |
| XYZ | 32.6 | 30.5 | 4.58 | - |
| YUV | 142.39 | 55.55 | 167.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 139 | 14 | 0 | 0.30 | 0.93 | 0.22 | 40.76 | 0.87 | 0.42 |
| Hex | C6 | 8B | E | 0 | 1E | 5D | 16 | 29 | 57 | 2A |
| Octal | 306 | 213 | 16 | 0 | 36 | 135 | 26 | 51 | 127 | 52 |
| Binary | 11000110 | 10001011 | 1110 | 0 | 11110 | 1011101 | 10110 | 101001 | 1010111 | 101010 |
Color Harmonies of #C68B0E
Complementary color
Monochromatic Colors of #C68B0E
Black with #C68B0E
Text Example
Text Example
White with #C68B0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68B0E; }
p { color: rgb(198,139,14); }
H1.HeaderClassName
{
color: #C68B0E;
}
.AnyTagClassName
{
color: #C68B0E;
}
</style>
background-color css
<style>
a { background-color: #C68B0E; }
a { background-color: rgb(198,139,14); }
div.DivClassName
{
background-color: #C68B0E;
}
.BgClassName
{
background-color: #C68B0E;
}
</style>
border-color css
<style>
span { border-color: #C68B0E; }
span { border-color: rgb(198,139,14); }
td.TdClassName
{
border-color: #C68B0E;
}
.TagClassName
{
border-color: #C68B0E;
}
</style>