Shades of Dark Goldenrod #C69801
Tints of Dark Goldenrod #C69801
RGB
CMYK
RGB Variations
Color information
#C69801 (or 0xC69801) is known color: Dark Goldenrod. HEX triplet: C6, 98 and 01. RGB value is (198,152,1). Sum of RGB (Red+Green+Blue) = 198+152+1=351 (46% of max value = 765). Red value is 198 (77.73% from 255 or 56.41% from 351); Green value is 152 (59.77% from 255 or 43.30% from 351); Blue value is 1 (0.78% from 255 or 0.28% from 351); Max value from RGB is 198 - color contains mainly: red. Hex color #C69801 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C69801 is #3967FE. Grayscale: #959595. Windows color (decimal): -3762175 or 104646. OLE color: 104646.
HSL color Cylindrical-coordinate representation of color #C69801: hue angle of 45.99º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C69801 is Cyan = 0, Magento = 0.23, Yellow = 0.99 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 152 | 1 | - |
| CMYK | 0 | 0.23 | 0.99 | 0.22 |
| HSL | 45.99º | 0.99% | 0.39% | - |
| HSV(B) | 45.99º | 0.99% | 0.78% | - |
| XYZ | 34.52 | 34.46 | 4.86 | - |
| YUV | 148.54 | 44.74 | 163.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 152 | 1 | 0 | 0.23 | 0.99 | 0.22 | 45.99 | 0.99 | 0.39 |
| Hex | C6 | 98 | 1 | 0 | 17 | 63 | 16 | 2E | 63 | 27 |
| Octal | 306 | 230 | 1 | 0 | 27 | 143 | 26 | 56 | 143 | 47 |
| Binary | 11000110 | 10011000 | 1 | 0 | 10111 | 1100011 | 10110 | 101110 | 1100011 | 100111 |
Color Harmonies of #C69801
Complementary color
Monochromatic Colors of #C69801
Black with #C69801
Text Example
Text Example
White with #C69801
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C69801; }
p { color: rgb(198,152,1); }
H1.HeaderClassName
{
color: #C69801;
}
.AnyTagClassName
{
color: #C69801;
}
</style>
background-color css
<style>
a { background-color: #C69801; }
a { background-color: rgb(198,152,1); }
div.DivClassName
{
background-color: #C69801;
}
.BgClassName
{
background-color: #C69801;
}
</style>
border-color css
<style>
span { border-color: #C69801; }
span { border-color: rgb(198,152,1); }
td.TdClassName
{
border-color: #C69801;
}
.TagClassName
{
border-color: #C69801;
}
</style>