Shades of Dark Goldenrod #C69401
Tints of Dark Goldenrod #C69401
RGB
CMYK
RGB Variations
Color information
#C69401 (or 0xC69401) is known color: Dark Goldenrod. HEX triplet: C6, 94 and 01. RGB value is (198,148,1). Sum of RGB (Red+Green+Blue) = 198+148+1=347 (45% of max value = 765). Red value is 198 (77.73% from 255 or 57.06% from 347); Green value is 148 (58.20% from 255 or 42.65% from 347); Blue value is 1 (0.78% from 255 or 0.29% from 347); Max value from RGB is 198 - color contains mainly: red. Hex color #C69401 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C69401 is #396BFE. Grayscale: #929292. Windows color (decimal): -3763199 or 103622. OLE color: 103622.
HSL color Cylindrical-coordinate representation of color #C69401: hue angle of 44.77º 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 #C69401 is Cyan = 0, Magento = 0.25, Yellow = 0.99 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 148 | 1 | - |
| CMYK | 0 | 0.25 | 0.99 | 0.22 |
| HSL | 44.77º | 0.99% | 0.39% | - |
| HSV(B) | 44.77º | 0.99% | 0.78% | - |
| XYZ | 33.88 | 33.19 | 4.65 | - |
| YUV | 146.19 | 46.07 | 164.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 148 | 1 | 0 | 0.25 | 0.99 | 0.22 | 44.77 | 0.99 | 0.39 |
| Hex | C6 | 94 | 1 | 0 | 19 | 63 | 16 | 2D | 63 | 27 |
| Octal | 306 | 224 | 1 | 0 | 31 | 143 | 26 | 55 | 143 | 47 |
| Binary | 11000110 | 10010100 | 1 | 0 | 11001 | 1100011 | 10110 | 101101 | 1100011 | 100111 |
Color Harmonies of #C69401
Complementary color
Monochromatic Colors of #C69401
Black with #C69401
Text Example
Text Example
White with #C69401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C69401; }
p { color: rgb(198,148,1); }
H1.HeaderClassName
{
color: #C69401;
}
.AnyTagClassName
{
color: #C69401;
}
</style>
background-color css
<style>
a { background-color: #C69401; }
a { background-color: rgb(198,148,1); }
div.DivClassName
{
background-color: #C69401;
}
.BgClassName
{
background-color: #C69401;
}
</style>
border-color css
<style>
span { border-color: #C69401; }
span { border-color: rgb(198,148,1); }
td.TdClassName
{
border-color: #C69401;
}
.TagClassName
{
border-color: #C69401;
}
</style>