Shades of Dark Goldenrod #C08F08
Tints of Dark Goldenrod #C08F08
RGB
CMYK
RGB Variations
Color information
#C08F08 (or 0xC08F08) is known color: Dark Goldenrod. HEX triplet: C0, 8F and 08. RGB value is (192,143,8). Sum of RGB (Red+Green+Blue) = 192+143+8=343 (45% of max value = 765). Red value is 192 (75.39% from 255 or 55.98% from 343); Green value is 143 (56.25% from 255 or 41.69% from 343); Blue value is 8 (3.52% from 255 or 2.33% from 343); Max value from RGB is 192 - color contains mainly: red. Hex color #C08F08 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C08F08 is #3F70F7. Grayscale: #8E8E8E. Windows color (decimal): -4157688 or 561088. OLE color: 561088.
HSL color Cylindrical-coordinate representation of color #C08F08: hue angle of 44.02º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C08F08 is Cyan = 0, Magento = 0.26, Yellow = 0.96 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 143 | 8 | - |
| CMYK | 0 | 0.26 | 0.96 | 0.25 |
| HSL | 44.02º | 0.92% | 0.39% | - |
| HSV(B) | 44.02º | 0.96% | 0.75% | - |
| XYZ | 31.6 | 30.87 | 4.52 | - |
| YUV | 142.26 | 52.23 | 163.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 143 | 8 | 0 | 0.26 | 0.96 | 0.25 | 44.02 | 0.92 | 0.39 |
| Hex | C0 | 8F | 8 | 0 | 1A | 60 | 19 | 2C | 5C | 27 |
| Octal | 300 | 217 | 10 | 0 | 32 | 140 | 31 | 54 | 134 | 47 |
| Binary | 11000000 | 10001111 | 1000 | 0 | 11010 | 1100000 | 11001 | 101100 | 1011100 | 100111 |
Color Harmonies of #C08F08
Complementary color
Monochromatic Colors of #C08F08
Black with #C08F08
Text Example
Text Example
White with #C08F08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08F08; }
p { color: rgb(192,143,8); }
H1.HeaderClassName
{
color: #C08F08;
}
.AnyTagClassName
{
color: #C08F08;
}
</style>
background-color css
<style>
a { background-color: #C08F08; }
a { background-color: rgb(192,143,8); }
div.DivClassName
{
background-color: #C08F08;
}
.BgClassName
{
background-color: #C08F08;
}
</style>
border-color css
<style>
span { border-color: #C08F08; }
span { border-color: rgb(192,143,8); }
td.TdClassName
{
border-color: #C08F08;
}
.TagClassName
{
border-color: #C08F08;
}
</style>