Shades of Dark Goldenrod #C99403
Tints of Dark Goldenrod #C99403
RGB
CMYK
RGB Variations
Color information
#C99403 (or 0xC99403) is known color: Dark Goldenrod. HEX triplet: C9, 94 and 03. RGB value is (201,148,3). Sum of RGB (Red+Green+Blue) = 201+148+3=352 (46% of max value = 765). Red value is 201 (78.91% from 255 or 57.10% from 352); Green value is 148 (58.20% from 255 or 42.05% from 352); Blue value is 3 (1.56% from 255 or 0.85% from 352); Max value from RGB is 201 - color contains mainly: red. Hex color #C99403 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C99403 is #366BFC. Grayscale: #939393. Windows color (decimal): -3566589 or 234697. OLE color: 234697.
HSL color Cylindrical-coordinate representation of color #C99403: hue angle of 43.94º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C99403 is Cyan = 0, Magento = 0.26, Yellow = 0.99 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 148 | 3 | - |
| CMYK | 0 | 0.26 | 0.99 | 0.21 |
| HSL | 43.94º | 0.97% | 0.4% | - |
| HSV(B) | 43.94º | 0.99% | 0.79% | - |
| XYZ | 34.69 | 33.6 | 4.74 | - |
| YUV | 147.32 | 46.56 | 166.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 148 | 3 | 0 | 0.26 | 0.99 | 0.21 | 43.94 | 0.97 | 0.4 |
| Hex | C9 | 94 | 3 | 0 | 1A | 63 | 15 | 2C | 61 | 28 |
| Octal | 311 | 224 | 3 | 0 | 32 | 143 | 25 | 54 | 141 | 50 |
| Binary | 11001001 | 10010100 | 11 | 0 | 11010 | 1100011 | 10101 | 101100 | 1100001 | 101000 |
Color Harmonies of #C99403
Complementary color
Monochromatic Colors of #C99403
Black with #C99403
Text Example
Text Example
White with #C99403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99403; }
p { color: rgb(201,148,3); }
H1.HeaderClassName
{
color: #C99403;
}
.AnyTagClassName
{
color: #C99403;
}
</style>
background-color css
<style>
a { background-color: #C99403; }
a { background-color: rgb(201,148,3); }
div.DivClassName
{
background-color: #C99403;
}
.BgClassName
{
background-color: #C99403;
}
</style>
border-color css
<style>
span { border-color: #C99403; }
span { border-color: rgb(201,148,3); }
td.TdClassName
{
border-color: #C99403;
}
.TagClassName
{
border-color: #C99403;
}
</style>