Shades of Dark Goldenrod #C99401
Tints of Dark Goldenrod #C99401
RGB
CMYK
RGB Variations
Color information
#C99401 (or 0xC99401) is known color: Dark Goldenrod. HEX triplet: C9, 94 and 01. RGB value is (201,148,1). Sum of RGB (Red+Green+Blue) = 201+148+1=350 (46% of max value = 765). Red value is 201 (78.91% from 255 or 57.43% from 350); Green value is 148 (58.20% from 255 or 42.29% from 350); Blue value is 1 (0.78% from 255 or 0.29% from 350); Max value from RGB is 201 - color contains mainly: red. Hex color #C99401 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C99401 is #366BFE. Grayscale: #939393. Windows color (decimal): -3566591 or 103625. OLE color: 103625.
HSL color Cylindrical-coordinate representation of color #C99401: hue angle of 44.1º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C99401 is Cyan = 0, Magento = 0.26, Yellow = 1.00 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 148 | 1 | - |
| CMYK | 0 | 0.26 | 1.00 | 0.21 |
| HSL | 44.1º | 0.99% | 0.4% | - |
| HSV(B) | 44.1º | 1% | 0.79% | - |
| XYZ | 34.68 | 33.6 | 4.69 | - |
| YUV | 147.09 | 45.56 | 166.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 148 | 1 | 0 | 0.26 | 1.00 | 0.21 | 44.1 | 0.99 | 0.4 |
| Hex | C9 | 94 | 1 | 0 | 1A | 64 | 15 | 2C | 63 | 28 |
| Octal | 311 | 224 | 1 | 0 | 32 | 144 | 25 | 54 | 143 | 50 |
| Binary | 11001001 | 10010100 | 1 | 0 | 11010 | 1100100 | 10101 | 101100 | 1100011 | 101000 |
Color Harmonies of #C99401
Complementary color
Monochromatic Colors of #C99401
Black with #C99401
Text Example
Text Example
White with #C99401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99401; }
p { color: rgb(201,148,1); }
H1.HeaderClassName
{
color: #C99401;
}
.AnyTagClassName
{
color: #C99401;
}
</style>
background-color css
<style>
a { background-color: #C99401; }
a { background-color: rgb(201,148,1); }
div.DivClassName
{
background-color: #C99401;
}
.BgClassName
{
background-color: #C99401;
}
</style>
border-color css
<style>
span { border-color: #C99401; }
span { border-color: rgb(201,148,1); }
td.TdClassName
{
border-color: #C99401;
}
.TagClassName
{
border-color: #C99401;
}
</style>