Shades of Dark Goldenrod #C69A00
Tints of Dark Goldenrod #C69A00
RGB
CMYK
RGB Variations
Color information
#C69A00 (or 0xC69A00) is known color: Dark Goldenrod. HEX triplet: C6, 9A and 00. RGB value is (198,154,0). Sum of RGB (Red+Green+Blue) = 198+154+0=352 (46% of max value = 765). Red value is 198 (77.73% from 255 or 56.25% from 352); Green value is 154 (60.55% from 255 or 43.75% from 352); Blue value is 0 (0.39% from 255 or 0% from 352); Max value from RGB is 198 - color contains mainly: red. Hex color #C69A00 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C69A00 is #3965FF. Grayscale: #969696. Windows color (decimal): -3761664 or 39622. OLE color: 39622.
HSL color Cylindrical-coordinate representation of color #C69A00: hue angle of 46.67º 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 #C69A00 is Cyan = 0, Magento = 0.22, Yellow = 1 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 154 | 0 | - |
| CMYK | 0 | 0.22 | 1 | 0.22 |
| HSL | 46.67º | 1% | 0.39% | - |
| HSV(B) | 46.67º | 1% | 0.78% | - |
| XYZ | 34.84 | 35.12 | 4.94 | - |
| YUV | 149.6 | 43.58 | 162.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 154 | 0 | 0 | 0.22 | 1 | 0.22 | 46.67 | 1 | 0.39 |
| Hex | C6 | 9A | 0 | 0 | 16 | 64 | 16 | 2F | 64 | 27 |
| Octal | 306 | 232 | 0 | 0 | 26 | 144 | 26 | 57 | 144 | 47 |
| Binary | 11000110 | 10011010 | 0 | 0 | 10110 | 1100100 | 10110 | 101111 | 1100100 | 100111 |
Color Harmonies of #C69A00
Complementary color
Monochromatic Colors of #C69A00
Black with #C69A00
Text Example
Text Example
White with #C69A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C69A00; }
p { color: rgb(198,154,0); }
H1.HeaderClassName
{
color: #C69A00;
}
.AnyTagClassName
{
color: #C69A00;
}
</style>
background-color css
<style>
a { background-color: #C69A00; }
a { background-color: rgb(198,154,0); }
div.DivClassName
{
background-color: #C69A00;
}
.BgClassName
{
background-color: #C69A00;
}
</style>
border-color css
<style>
span { border-color: #C69A00; }
span { border-color: rgb(198,154,0); }
td.TdClassName
{
border-color: #C69A00;
}
.TagClassName
{
border-color: #C69A00;
}
</style>