Shades of Dark Goldenrod #C69901
Tints of Dark Goldenrod #C69901
RGB
CMYK
RGB Variations
Color information
#C69901 (or 0xC69901) is known color: Dark Goldenrod. HEX triplet: C6, 99 and 01. RGB value is (198,153,1). Sum of RGB (Red+Green+Blue) = 198+153+1=352 (46% of max value = 765). Red value is 198 (77.73% from 255 or 56.25% from 352); Green value is 153 (60.16% from 255 or 43.47% from 352); Blue value is 1 (0.78% from 255 or 0.28% from 352); Max value from RGB is 198 - color contains mainly: red. Hex color #C69901 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C69901 is #3966FE. Grayscale: #959595. Windows color (decimal): -3761919 or 104902. OLE color: 104902.
HSL color Cylindrical-coordinate representation of color #C69901: hue angle of 46.29º 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 #C69901 is Cyan = 0, Magento = 0.23, Yellow = 0.99 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 153 | 1 | - |
| CMYK | 0 | 0.23 | 0.99 | 0.22 |
| HSL | 46.29º | 0.99% | 0.39% | - |
| HSV(B) | 46.29º | 0.99% | 0.78% | - |
| XYZ | 34.69 | 34.79 | 4.92 | - |
| YUV | 149.13 | 44.41 | 162.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 153 | 1 | 0 | 0.23 | 0.99 | 0.22 | 46.29 | 0.99 | 0.39 |
| Hex | C6 | 99 | 1 | 0 | 17 | 63 | 16 | 2E | 63 | 27 |
| Octal | 306 | 231 | 1 | 0 | 27 | 143 | 26 | 56 | 143 | 47 |
| Binary | 11000110 | 10011001 | 1 | 0 | 10111 | 1100011 | 10110 | 101110 | 1100011 | 100111 |
Color Harmonies of #C69901
Complementary color
Monochromatic Colors of #C69901
Black with #C69901
Text Example
Text Example
White with #C69901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C69901; }
p { color: rgb(198,153,1); }
H1.HeaderClassName
{
color: #C69901;
}
.AnyTagClassName
{
color: #C69901;
}
</style>
background-color css
<style>
a { background-color: #C69901; }
a { background-color: rgb(198,153,1); }
div.DivClassName
{
background-color: #C69901;
}
.BgClassName
{
background-color: #C69901;
}
</style>
border-color css
<style>
span { border-color: #C69901; }
span { border-color: rgb(198,153,1); }
td.TdClassName
{
border-color: #C69901;
}
.TagClassName
{
border-color: #C69901;
}
</style>