Shades of Dark Goldenrod #C69900
Tints of Dark Goldenrod #C69900
RGB
CMYK
RGB Variations
Color information
#C69900 (or 0xC69900) is known color: Dark Goldenrod. HEX triplet: C6, 99 and 00. RGB value is (198,153,0). Sum of RGB (Red+Green+Blue) = 198+153+0=351 (46% of max value = 765). Red value is 198 (77.73% from 255 or 56.41% from 351); Green value is 153 (60.16% from 255 or 43.59% from 351); Blue value is 0 (0.39% from 255 or 0% from 351); Max value from RGB is 198 - color contains mainly: red. Hex color #C69900 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C69900 is #3966FF. Grayscale: #959595. Windows color (decimal): -3761920 or 39366. OLE color: 39366.
HSL color Cylindrical-coordinate representation of color #C69900: hue angle of 46.36º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C69900 is Cyan = 0, Magento = 0.23, Yellow = 1 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 153 | 0 | - |
| CMYK | 0 | 0.23 | 1 | 0.22 |
| HSL | 46.36º | 1% | 0.39% | - |
| HSV(B) | 46.36º | 1% | 0.78% | - |
| XYZ | 34.68 | 34.79 | 4.89 | - |
| YUV | 149.01 | 43.91 | 162.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 153 | 0 | 0 | 0.23 | 1 | 0.22 | 46.36 | 1 | 0.39 |
| Hex | C6 | 99 | 0 | 0 | 17 | 64 | 16 | 2E | 64 | 27 |
| Octal | 306 | 231 | 0 | 0 | 27 | 144 | 26 | 56 | 144 | 47 |
| Binary | 11000110 | 10011001 | 0 | 0 | 10111 | 1100100 | 10110 | 101110 | 1100100 | 100111 |
Color Harmonies of #C69900
Complementary color
Monochromatic Colors of #C69900
Black with #C69900
Text Example
Text Example
White with #C69900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C69900; }
p { color: rgb(198,153,0); }
H1.HeaderClassName
{
color: #C69900;
}
.AnyTagClassName
{
color: #C69900;
}
</style>
background-color css
<style>
a { background-color: #C69900; }
a { background-color: rgb(198,153,0); }
div.DivClassName
{
background-color: #C69900;
}
.BgClassName
{
background-color: #C69900;
}
</style>
border-color css
<style>
span { border-color: #C69900; }
span { border-color: rgb(198,153,0); }
td.TdClassName
{
border-color: #C69900;
}
.TagClassName
{
border-color: #C69900;
}
</style>