Shades of Dark Goldenrod #C09401
Tints of Dark Goldenrod #C09401
RGB
CMYK
RGB Variations
Color information
#C09401 (or 0xC09401) is known color: Dark Goldenrod. HEX triplet: C0, 94 and 01. RGB value is (192,148,1). Sum of RGB (Red+Green+Blue) = 192+148+1=341 (45% of max value = 765). Red value is 192 (75.39% from 255 or 56.30% from 341); Green value is 148 (58.20% from 255 or 43.40% from 341); Blue value is 1 (0.78% from 255 or 0.29% from 341); Max value from RGB is 192 - color contains mainly: red. Hex color #C09401 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C09401 is #3F6BFE. Grayscale: #919191. Windows color (decimal): -4156415 or 103616. OLE color: 103616.
HSL color Cylindrical-coordinate representation of color #C09401: hue angle of 46.18º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C09401 is Cyan = 0, Magento = 0.23, Yellow = 0.99 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 148 | 1 | - |
| CMYK | 0 | 0.23 | 0.99 | 0.25 |
| HSL | 46.18º | 0.99% | 0.38% | - |
| HSV(B) | 46.18º | 0.99% | 0.75% | - |
| XYZ | 32.33 | 32.39 | 4.58 | - |
| YUV | 144.4 | 47.08 | 161.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 148 | 1 | 0 | 0.23 | 0.99 | 0.25 | 46.18 | 0.99 | 0.38 |
| Hex | C0 | 94 | 1 | 0 | 17 | 63 | 19 | 2E | 63 | 26 |
| Octal | 300 | 224 | 1 | 0 | 27 | 143 | 31 | 56 | 143 | 46 |
| Binary | 11000000 | 10010100 | 1 | 0 | 10111 | 1100011 | 11001 | 101110 | 1100011 | 100110 |
Color Harmonies of #C09401
Complementary color
Monochromatic Colors of #C09401
Black with #C09401
Text Example
Text Example
White with #C09401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09401; }
p { color: rgb(192,148,1); }
H1.HeaderClassName
{
color: #C09401;
}
.AnyTagClassName
{
color: #C09401;
}
</style>
background-color css
<style>
a { background-color: #C09401; }
a { background-color: rgb(192,148,1); }
div.DivClassName
{
background-color: #C09401;
}
.BgClassName
{
background-color: #C09401;
}
</style>
border-color css
<style>
span { border-color: #C09401; }
span { border-color: rgb(192,148,1); }
td.TdClassName
{
border-color: #C09401;
}
.TagClassName
{
border-color: #C09401;
}
</style>