Shades of Dark Goldenrod #C08F02
Tints of Dark Goldenrod #C08F02
RGB
CMYK
RGB Variations
Color information
#C08F02 (or 0xC08F02) is known color: Dark Goldenrod. HEX triplet: C0, 8F and 02. RGB value is (192,143,2). Sum of RGB (Red+Green+Blue) = 192+143+2=337 (44% of max value = 765). Red value is 192 (75.39% from 255 or 56.97% from 337); Green value is 143 (56.25% from 255 or 42.43% from 337); Blue value is 2 (1.17% from 255 or 0.59% from 337); Max value from RGB is 192 - color contains mainly: red. Hex color #C08F02 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C08F02 is #3F70FD. Grayscale: #8E8E8E. Windows color (decimal): -4157694 or 167872. OLE color: 167872.
HSL color Cylindrical-coordinate representation of color #C08F02: hue angle of 44.53º degrees, saturation: 0.98, 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 #C08F02 is Cyan = 0, Magento = 0.26, Yellow = 0.99 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 143 | 2 | - |
| CMYK | 0 | 0.26 | 0.99 | 0.25 |
| HSL | 44.53º | 0.98% | 0.38% | - |
| HSV(B) | 44.53º | 0.99% | 0.75% | - |
| XYZ | 31.57 | 30.86 | 4.35 | - |
| YUV | 141.58 | 49.23 | 163.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 143 | 2 | 0 | 0.26 | 0.99 | 0.25 | 44.53 | 0.98 | 0.38 |
| Hex | C0 | 8F | 2 | 0 | 1A | 63 | 19 | 2D | 62 | 26 |
| Octal | 300 | 217 | 2 | 0 | 32 | 143 | 31 | 55 | 142 | 46 |
| Binary | 11000000 | 10001111 | 10 | 0 | 11010 | 1100011 | 11001 | 101101 | 1100010 | 100110 |
Color Harmonies of #C08F02
Complementary color
Monochromatic Colors of #C08F02
Black with #C08F02
Text Example
Text Example
White with #C08F02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08F02; }
p { color: rgb(192,143,2); }
H1.HeaderClassName
{
color: #C08F02;
}
.AnyTagClassName
{
color: #C08F02;
}
</style>
background-color css
<style>
a { background-color: #C08F02; }
a { background-color: rgb(192,143,2); }
div.DivClassName
{
background-color: #C08F02;
}
.BgClassName
{
background-color: #C08F02;
}
</style>
border-color css
<style>
span { border-color: #C08F02; }
span { border-color: rgb(192,143,2); }
td.TdClassName
{
border-color: #C08F02;
}
.TagClassName
{
border-color: #C08F02;
}
</style>