Shades of Dark Goldenrod #C68912
Tints of Dark Goldenrod #C68912
RGB
CMYK
RGB Variations
Color information
#C68912 (or 0xC68912) is known color: Dark Goldenrod. HEX triplet: C6, 89 and 12. RGB value is (198,137,18). Sum of RGB (Red+Green+Blue) = 198+137+18=353 (46% of max value = 765). Red value is 198 (77.73% from 255 or 56.09% from 353); Green value is 137 (53.91% from 255 or 38.81% from 353); Blue value is 18 (7.42% from 255 or 5.10% from 353); Max value from RGB is 198 - color contains mainly: red. Hex color #C68912 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C68912 is #3976ED. Grayscale: #8E8E8E. Windows color (decimal): -3765998 or 1214918. OLE color: 1214918.
HSL color Cylindrical-coordinate representation of color #C68912: hue angle of 39.67º 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 #C68912 is Cyan = 0, Magento = 0.31, Yellow = 0.91 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 137 | 18 | - |
| CMYK | 0 | 0.31 | 0.91 | 0.22 |
| HSL | 39.67º | 0.83% | 0.42% | - |
| HSV(B) | 39.67º | 0.91% | 0.78% | - |
| XYZ | 32.34 | 29.94 | 4.65 | - |
| YUV | 141.67 | 58.21 | 168.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 137 | 18 | 0 | 0.31 | 0.91 | 0.22 | 39.67 | 0.83 | 0.42 |
| Hex | C6 | 89 | 12 | 0 | 1F | 5B | 16 | 28 | 53 | 2A |
| Octal | 306 | 211 | 22 | 0 | 37 | 133 | 26 | 50 | 123 | 52 |
| Binary | 11000110 | 10001001 | 10010 | 0 | 11111 | 1011011 | 10110 | 101000 | 1010011 | 101010 |
Color Harmonies of #C68912
Complementary color
Monochromatic Colors of #C68912
Black with #C68912
Text Example
Text Example
White with #C68912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68912; }
p { color: rgb(198,137,18); }
H1.HeaderClassName
{
color: #C68912;
}
.AnyTagClassName
{
color: #C68912;
}
</style>
background-color css
<style>
a { background-color: #C68912; }
a { background-color: rgb(198,137,18); }
div.DivClassName
{
background-color: #C68912;
}
.BgClassName
{
background-color: #C68912;
}
</style>
border-color css
<style>
span { border-color: #C68912; }
span { border-color: rgb(198,137,18); }
td.TdClassName
{
border-color: #C68912;
}
.TagClassName
{
border-color: #C68912;
}
</style>