Shades of Dark Goldenrod #C08B04
Tints of Dark Goldenrod #C08B04
RGB
CMYK
RGB Variations
Color information
#C08B04 (or 0xC08B04) is known color: Dark Goldenrod. HEX triplet: C0, 8B and 04. RGB value is (192,139,4). Sum of RGB (Red+Green+Blue) = 192+139+4=335 (44% of max value = 765). Red value is 192 (75.39% from 255 or 57.31% from 335); Green value is 139 (54.69% from 255 or 41.49% from 335); Blue value is 4 (1.95% from 255 or 1.19% from 335); Max value from RGB is 192 - color contains mainly: red. Hex color #C08B04 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C08B04 is #3F74FB. Grayscale: #8C8C8C. Windows color (decimal): -4158716 or 297920. OLE color: 297920.
HSL color Cylindrical-coordinate representation of color #C08B04: hue angle of 43.09º 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 #C08B04 is Cyan = 0, Magento = 0.28, Yellow = 0.98 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 139 | 4 | - |
| CMYK | 0 | 0.28 | 0.98 | 0.25 |
| HSL | 43.09º | 0.96% | 0.38% | - |
| HSV(B) | 43.09º | 0.98% | 0.75% | - |
| XYZ | 30.99 | 29.68 | 4.21 | - |
| YUV | 139.46 | 51.56 | 165.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 139 | 4 | 0 | 0.28 | 0.98 | 0.25 | 43.09 | 0.96 | 0.38 |
| Hex | C0 | 8B | 4 | 0 | 1C | 62 | 19 | 2B | 60 | 26 |
| Octal | 300 | 213 | 4 | 0 | 34 | 142 | 31 | 53 | 140 | 46 |
| Binary | 11000000 | 10001011 | 100 | 0 | 11100 | 1100010 | 11001 | 101011 | 1100000 | 100110 |
Color Harmonies of #C08B04
Complementary color
Monochromatic Colors of #C08B04
Black with #C08B04
Text Example
Text Example
White with #C08B04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08B04; }
p { color: rgb(192,139,4); }
H1.HeaderClassName
{
color: #C08B04;
}
.AnyTagClassName
{
color: #C08B04;
}
</style>
background-color css
<style>
a { background-color: #C08B04; }
a { background-color: rgb(192,139,4); }
div.DivClassName
{
background-color: #C08B04;
}
.BgClassName
{
background-color: #C08B04;
}
</style>
border-color css
<style>
span { border-color: #C08B04; }
span { border-color: rgb(192,139,4); }
td.TdClassName
{
border-color: #C08B04;
}
.TagClassName
{
border-color: #C08B04;
}
</style>