Shades of Dark Goldenrod #C68B11
Tints of Dark Goldenrod #C68B11
RGB
CMYK
RGB Variations
Color information
#C68B11 (or 0xC68B11) is known color: Dark Goldenrod. HEX triplet: C6, 8B and 11. RGB value is (198,139,17). Sum of RGB (Red+Green+Blue) = 198+139+17=354 (46% of max value = 765). Red value is 198 (77.73% from 255 or 55.93% from 354); Green value is 139 (54.69% from 255 or 39.27% from 354); Blue value is 17 (7.03% from 255 or 4.80% from 354); Max value from RGB is 198 - color contains mainly: red. Hex color #C68B11 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C68B11 is #3974EE. Grayscale: #8F8F8F. Windows color (decimal): -3765487 or 1149894. OLE color: 1149894.
HSL color Cylindrical-coordinate representation of color #C68B11: hue angle of 40.44º degrees, saturation: 0.84, 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 #C68B11 is Cyan = 0, Magento = 0.30, Yellow = 0.91 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 139 | 17 | - |
| CMYK | 0 | 0.30 | 0.91 | 0.22 |
| HSL | 40.44º | 0.84% | 0.42% | - |
| HSV(B) | 40.44º | 0.91% | 0.78% | - |
| XYZ | 32.62 | 30.51 | 4.7 | - |
| YUV | 142.73 | 57.05 | 167.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 139 | 17 | 0 | 0.30 | 0.91 | 0.22 | 40.44 | 0.84 | 0.42 |
| Hex | C6 | 8B | 11 | 0 | 1E | 5B | 16 | 28 | 54 | 2A |
| Octal | 306 | 213 | 21 | 0 | 36 | 133 | 26 | 50 | 124 | 52 |
| Binary | 11000110 | 10001011 | 10001 | 0 | 11110 | 1011011 | 10110 | 101000 | 1010100 | 101010 |
Color Harmonies of #C68B11
Complementary color
Monochromatic Colors of #C68B11
Black with #C68B11
Text Example
Text Example
White with #C68B11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68B11; }
p { color: rgb(198,139,17); }
H1.HeaderClassName
{
color: #C68B11;
}
.AnyTagClassName
{
color: #C68B11;
}
</style>
background-color css
<style>
a { background-color: #C68B11; }
a { background-color: rgb(198,139,17); }
div.DivClassName
{
background-color: #C68B11;
}
.BgClassName
{
background-color: #C68B11;
}
</style>
border-color css
<style>
span { border-color: #C68B11; }
span { border-color: rgb(198,139,17); }
td.TdClassName
{
border-color: #C68B11;
}
.TagClassName
{
border-color: #C68B11;
}
</style>