Shades of Dark Goldenrod #C6920B
Tints of Dark Goldenrod #C6920B
RGB
CMYK
RGB Variations
Color information
#C6920B (or 0xC6920B) is known color: Dark Goldenrod. HEX triplet: C6, 92 and 0B. RGB value is (198,146,11). Sum of RGB (Red+Green+Blue) = 198+146+11=355 (47% of max value = 765). Red value is 198 (77.73% from 255 or 55.77% from 355); Green value is 146 (57.42% from 255 or 41.13% from 355); Blue value is 11 (4.69% from 255 or 3.10% from 355); Max value from RGB is 198 - color contains mainly: red. Hex color #C6920B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C6920B is #396DF4. Grayscale: #929292. Windows color (decimal): -3763701 or 758470. OLE color: 758470.
HSL color Cylindrical-coordinate representation of color #C6920B: hue angle of 43.32º 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 #C6920B is Cyan = 0, Magento = 0.26, Yellow = 0.94 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 146 | 11 | - |
| CMYK | 0 | 0.26 | 0.94 | 0.22 |
| HSL | 43.32º | 0.89% | 0.41% | - |
| HSV(B) | 43.32º | 0.94% | 0.78% | - |
| XYZ | 33.63 | 32.59 | 4.83 | - |
| YUV | 146.16 | 51.73 | 164.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 146 | 11 | 0 | 0.26 | 0.94 | 0.22 | 43.32 | 0.89 | 0.41 |
| Hex | C6 | 92 | B | 0 | 1A | 5E | 16 | 2B | 59 | 29 |
| Octal | 306 | 222 | 13 | 0 | 32 | 136 | 26 | 53 | 131 | 51 |
| Binary | 11000110 | 10010010 | 1011 | 0 | 11010 | 1011110 | 10110 | 101011 | 1011001 | 101001 |
Color Harmonies of #C6920B
Complementary color
Monochromatic Colors of #C6920B
Black with #C6920B
Text Example
Text Example
White with #C6920B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6920B; }
p { color: rgb(198,146,11); }
H1.HeaderClassName
{
color: #C6920B;
}
.AnyTagClassName
{
color: #C6920B;
}
</style>
background-color css
<style>
a { background-color: #C6920B; }
a { background-color: rgb(198,146,11); }
div.DivClassName
{
background-color: #C6920B;
}
.BgClassName
{
background-color: #C6920B;
}
</style>
border-color css
<style>
span { border-color: #C6920B; }
span { border-color: rgb(198,146,11); }
td.TdClassName
{
border-color: #C6920B;
}
.TagClassName
{
border-color: #C6920B;
}
</style>