Shades of Dark Goldenrod #C6930B
Tints of Dark Goldenrod #C6930B
RGB
CMYK
RGB Variations
Color information
#C6930B (or 0xC6930B) is known color: Dark Goldenrod. HEX triplet: C6, 93 and 0B. RGB value is (198,147,11). Sum of RGB (Red+Green+Blue) = 198+147+11=356 (47% of max value = 765). Red value is 198 (77.73% from 255 or 55.62% from 356); Green value is 147 (57.81% from 255 or 41.29% from 356); Blue value is 11 (4.69% from 255 or 3.09% from 356); Max value from RGB is 198 - color contains mainly: red. Hex color #C6930B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C6930B is #396CF4. Grayscale: #939393. Windows color (decimal): -3763445 or 758726. OLE color: 758726.
HSL color Cylindrical-coordinate representation of color #C6930B: hue angle of 43.64º 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 #C6930B is Cyan = 0, Magento = 0.26, Yellow = 0.94 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 147 | 11 | - |
| CMYK | 0 | 0.26 | 0.94 | 0.22 |
| HSL | 43.64º | 0.89% | 0.41% | - |
| HSV(B) | 43.64º | 0.94% | 0.78% | - |
| XYZ | 33.78 | 32.9 | 4.89 | - |
| YUV | 146.75 | 51.4 | 164.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 147 | 11 | 0 | 0.26 | 0.94 | 0.22 | 43.64 | 0.89 | 0.41 |
| Hex | C6 | 93 | B | 0 | 1A | 5E | 16 | 2C | 59 | 29 |
| Octal | 306 | 223 | 13 | 0 | 32 | 136 | 26 | 54 | 131 | 51 |
| Binary | 11000110 | 10010011 | 1011 | 0 | 11010 | 1011110 | 10110 | 101100 | 1011001 | 101001 |
Color Harmonies of #C6930B
Complementary color
Monochromatic Colors of #C6930B
Black with #C6930B
Text Example
Text Example
White with #C6930B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6930B; }
p { color: rgb(198,147,11); }
H1.HeaderClassName
{
color: #C6930B;
}
.AnyTagClassName
{
color: #C6930B;
}
</style>
background-color css
<style>
a { background-color: #C6930B; }
a { background-color: rgb(198,147,11); }
div.DivClassName
{
background-color: #C6930B;
}
.BgClassName
{
background-color: #C6930B;
}
</style>
border-color css
<style>
span { border-color: #C6930B; }
span { border-color: rgb(198,147,11); }
td.TdClassName
{
border-color: #C6930B;
}
.TagClassName
{
border-color: #C6930B;
}
</style>