Shades of Dark Goldenrod #C08F05
Tints of Dark Goldenrod #C08F05
RGB
CMYK
RGB Variations
Color information
#C08F05 (or 0xC08F05) is known color: Dark Goldenrod. HEX triplet: C0, 8F and 05. RGB value is (192,143,5). Sum of RGB (Red+Green+Blue) = 192+143+5=340 (45% of max value = 765). Red value is 192 (75.39% from 255 or 56.47% from 340); Green value is 143 (56.25% from 255 or 42.06% from 340); Blue value is 5 (2.34% from 255 or 1.47% from 340); Max value from RGB is 192 - color contains mainly: red. Hex color #C08F05 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C08F05 is #3F70FA. Grayscale: #8E8E8E. Windows color (decimal): -4157691 or 364480. OLE color: 364480.
HSL color Cylindrical-coordinate representation of color #C08F05: hue angle of 44.28º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C08F05 is Cyan = 0, Magento = 0.26, Yellow = 0.97 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 143 | 5 | - |
| CMYK | 0 | 0.26 | 0.97 | 0.25 |
| HSL | 44.28º | 0.95% | 0.39% | - |
| HSV(B) | 44.28º | 0.97% | 0.75% | - |
| XYZ | 31.59 | 30.86 | 4.44 | - |
| YUV | 141.92 | 50.73 | 163.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 143 | 5 | 0 | 0.26 | 0.97 | 0.25 | 44.28 | 0.95 | 0.39 |
| Hex | C0 | 8F | 5 | 0 | 1A | 61 | 19 | 2C | 5F | 27 |
| Octal | 300 | 217 | 5 | 0 | 32 | 141 | 31 | 54 | 137 | 47 |
| Binary | 11000000 | 10001111 | 101 | 0 | 11010 | 1100001 | 11001 | 101100 | 1011111 | 100111 |
Color Harmonies of #C08F05
Complementary color
Monochromatic Colors of #C08F05
Black with #C08F05
Text Example
Text Example
White with #C08F05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08F05; }
p { color: rgb(192,143,5); }
H1.HeaderClassName
{
color: #C08F05;
}
.AnyTagClassName
{
color: #C08F05;
}
</style>
background-color css
<style>
a { background-color: #C08F05; }
a { background-color: rgb(192,143,5); }
div.DivClassName
{
background-color: #C08F05;
}
.BgClassName
{
background-color: #C08F05;
}
</style>
border-color css
<style>
span { border-color: #C08F05; }
span { border-color: rgb(192,143,5); }
td.TdClassName
{
border-color: #C08F05;
}
.TagClassName
{
border-color: #C08F05;
}
</style>