Shades of Dark Goldenrod #C68B0B
Tints of Dark Goldenrod #C68B0B
RGB
CMYK
RGB Variations
Color information
#C68B0B (or 0xC68B0B) is known color: Dark Goldenrod. HEX triplet: C6, 8B and 0B. RGB value is (198,139,11). Sum of RGB (Red+Green+Blue) = 198+139+11=348 (46% of max value = 765). Red value is 198 (77.73% from 255 or 56.90% from 348); Green value is 139 (54.69% from 255 or 39.94% from 348); Blue value is 11 (4.69% from 255 or 3.16% from 348); Max value from RGB is 198 - color contains mainly: red. Hex color #C68B0B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C68B0B is #3974F4. Grayscale: #8E8E8E. Windows color (decimal): -3765493 or 756678. OLE color: 756678.
HSL color Cylindrical-coordinate representation of color #C68B0B: hue angle of 41.07º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C68B0B is Cyan = 0, Magento = 0.30, Yellow = 0.94 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 139 | 11 | - |
| CMYK | 0 | 0.30 | 0.94 | 0.22 |
| HSL | 41.07º | 0.89% | 0.41% | - |
| HSV(B) | 41.07º | 0.94% | 0.78% | - |
| XYZ | 32.58 | 30.5 | 4.49 | - |
| YUV | 142.05 | 54.05 | 167.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 139 | 11 | 0 | 0.30 | 0.94 | 0.22 | 41.07 | 0.89 | 0.41 |
| Hex | C6 | 8B | B | 0 | 1E | 5E | 16 | 29 | 59 | 29 |
| Octal | 306 | 213 | 13 | 0 | 36 | 136 | 26 | 51 | 131 | 51 |
| Binary | 11000110 | 10001011 | 1011 | 0 | 11110 | 1011110 | 10110 | 101001 | 1011001 | 101001 |
Color Harmonies of #C68B0B
Complementary color
Monochromatic Colors of #C68B0B
Black with #C68B0B
Text Example
Text Example
White with #C68B0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68B0B; }
p { color: rgb(198,139,11); }
H1.HeaderClassName
{
color: #C68B0B;
}
.AnyTagClassName
{
color: #C68B0B;
}
</style>
background-color css
<style>
a { background-color: #C68B0B; }
a { background-color: rgb(198,139,11); }
div.DivClassName
{
background-color: #C68B0B;
}
.BgClassName
{
background-color: #C68B0B;
}
</style>
border-color css
<style>
span { border-color: #C68B0B; }
span { border-color: rgb(198,139,11); }
td.TdClassName
{
border-color: #C68B0B;
}
.TagClassName
{
border-color: #C68B0B;
}
</style>