Shades of Dark Goldenrod #C68D12
Tints of Dark Goldenrod #C68D12
RGB
CMYK
RGB Variations
Color information
#C68D12 (or 0xC68D12) is known color: Dark Goldenrod. HEX triplet: C6, 8D and 12. RGB value is (198,141,18). Sum of RGB (Red+Green+Blue) = 198+141+18=357 (47% of max value = 765). Red value is 198 (77.73% from 255 or 55.46% from 357); Green value is 141 (55.47% from 255 or 39.50% from 357); Blue value is 18 (7.42% from 255 or 5.04% from 357); Max value from RGB is 198 - color contains mainly: red. Hex color #C68D12 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C68D12 is #3972ED. Grayscale: #909090. Windows color (decimal): -3764974 or 1215942. OLE color: 1215942.
HSL color Cylindrical-coordinate representation of color #C68D12: hue angle of 41º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C68D12 is Cyan = 0, Magento = 0.29, Yellow = 0.91 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 141 | 18 | - |
| CMYK | 0 | 0.29 | 0.91 | 0.22 |
| HSL | 41º | 0.83% | 0.42% | - |
| HSV(B) | 41º | 0.91% | 0.78% | - |
| XYZ | 32.92 | 31.1 | 4.84 | - |
| YUV | 144.02 | 56.88 | 166.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 141 | 18 | 0 | 0.29 | 0.91 | 0.22 | 41 | 0.83 | 0.42 |
| Hex | C6 | 8D | 12 | 0 | 1D | 5B | 16 | 29 | 53 | 2A |
| Octal | 306 | 215 | 22 | 0 | 35 | 133 | 26 | 51 | 123 | 52 |
| Binary | 11000110 | 10001101 | 10010 | 0 | 11101 | 1011011 | 10110 | 101001 | 1010011 | 101010 |
Color Harmonies of #C68D12
Complementary color
Monochromatic Colors of #C68D12
Black with #C68D12
Text Example
Text Example
White with #C68D12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68D12; }
p { color: rgb(198,141,18); }
H1.HeaderClassName
{
color: #C68D12;
}
.AnyTagClassName
{
color: #C68D12;
}
</style>
background-color css
<style>
a { background-color: #C68D12; }
a { background-color: rgb(198,141,18); }
div.DivClassName
{
background-color: #C68D12;
}
.BgClassName
{
background-color: #C68D12;
}
</style>
border-color css
<style>
span { border-color: #C68D12; }
span { border-color: rgb(198,141,18); }
td.TdClassName
{
border-color: #C68D12;
}
.TagClassName
{
border-color: #C68D12;
}
</style>