Shades of Dark Goldenrod #C09001
Tints of Dark Goldenrod #C09001
RGB
CMYK
RGB Variations
Color information
#C09001 (or 0xC09001) is known color: Dark Goldenrod. HEX triplet: C0, 90 and 01. RGB value is (192,144,1). Sum of RGB (Red+Green+Blue) = 192+144+1=337 (44% of max value = 765). Red value is 192 (75.39% from 255 or 56.97% from 337); Green value is 144 (56.64% from 255 or 42.73% from 337); Blue value is 1 (0.78% from 255 or 0.30% from 337); Max value from RGB is 192 - color contains mainly: red. Hex color #C09001 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C09001 is #3F6FFE. Grayscale: #8E8E8E. Windows color (decimal): -4157439 or 102592. OLE color: 102592.
HSL color Cylindrical-coordinate representation of color #C09001: hue angle of 44.92º 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 #C09001 is Cyan = 0, Magento = 0.25, Yellow = 0.99 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 144 | 1 | - |
| CMYK | 0 | 0.25 | 0.99 | 0.25 |
| HSL | 44.92º | 0.99% | 0.38% | - |
| HSV(B) | 44.92º | 0.99% | 0.75% | - |
| XYZ | 31.72 | 31.16 | 4.37 | - |
| YUV | 142.05 | 48.4 | 163.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 144 | 1 | 0 | 0.25 | 0.99 | 0.25 | 44.92 | 0.99 | 0.38 |
| Hex | C0 | 90 | 1 | 0 | 19 | 63 | 19 | 2D | 63 | 26 |
| Octal | 300 | 220 | 1 | 0 | 31 | 143 | 31 | 55 | 143 | 46 |
| Binary | 11000000 | 10010000 | 1 | 0 | 11001 | 1100011 | 11001 | 101101 | 1100011 | 100110 |
Color Harmonies of #C09001
Complementary color
Monochromatic Colors of #C09001
Black with #C09001
Text Example
Text Example
White with #C09001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09001; }
p { color: rgb(192,144,1); }
H1.HeaderClassName
{
color: #C09001;
}
.AnyTagClassName
{
color: #C09001;
}
</style>
background-color css
<style>
a { background-color: #C09001; }
a { background-color: rgb(192,144,1); }
div.DivClassName
{
background-color: #C09001;
}
.BgClassName
{
background-color: #C09001;
}
</style>
border-color css
<style>
span { border-color: #C09001; }
span { border-color: rgb(192,144,1); }
td.TdClassName
{
border-color: #C09001;
}
.TagClassName
{
border-color: #C09001;
}
</style>