Shades of Dark Goldenrod #C09004
Tints of Dark Goldenrod #C09004
RGB
CMYK
RGB Variations
Color information
#C09004 (or 0xC09004) is known color: Dark Goldenrod. HEX triplet: C0, 90 and 04. RGB value is (192,144,4). Sum of RGB (Red+Green+Blue) = 192+144+4=340 (45% of max value = 765). Red value is 192 (75.39% from 255 or 56.47% from 340); Green value is 144 (56.64% from 255 or 42.35% from 340); Blue value is 4 (1.95% from 255 or 1.18% from 340); Max value from RGB is 192 - color contains mainly: red. Hex color #C09004 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C09004 is #3F6FFB. Grayscale: #8F8F8F. Windows color (decimal): -4157436 or 299200. OLE color: 299200.
HSL color Cylindrical-coordinate representation of color #C09004: hue angle of 44.68º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C09004 is Cyan = 0, Magento = 0.25, Yellow = 0.98 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 144 | 4 | - |
| CMYK | 0 | 0.25 | 0.98 | 0.25 |
| HSL | 44.68º | 0.96% | 0.38% | - |
| HSV(B) | 44.68º | 0.98% | 0.75% | - |
| XYZ | 31.73 | 31.16 | 4.46 | - |
| YUV | 142.39 | 49.9 | 163.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 144 | 4 | 0 | 0.25 | 0.98 | 0.25 | 44.68 | 0.96 | 0.38 |
| Hex | C0 | 90 | 4 | 0 | 19 | 62 | 19 | 2D | 60 | 26 |
| Octal | 300 | 220 | 4 | 0 | 31 | 142 | 31 | 55 | 140 | 46 |
| Binary | 11000000 | 10010000 | 100 | 0 | 11001 | 1100010 | 11001 | 101101 | 1100000 | 100110 |
Color Harmonies of #C09004
Complementary color
Monochromatic Colors of #C09004
Black with #C09004
Text Example
Text Example
White with #C09004
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09004; }
p { color: rgb(192,144,4); }
H1.HeaderClassName
{
color: #C09004;
}
.AnyTagClassName
{
color: #C09004;
}
</style>
background-color css
<style>
a { background-color: #C09004; }
a { background-color: rgb(192,144,4); }
div.DivClassName
{
background-color: #C09004;
}
.BgClassName
{
background-color: #C09004;
}
</style>
border-color css
<style>
span { border-color: #C09004; }
span { border-color: rgb(192,144,4); }
td.TdClassName
{
border-color: #C09004;
}
.TagClassName
{
border-color: #C09004;
}
</style>