Shades of Dark Goldenrod #C08010
Tints of Dark Goldenrod #C08010
RGB
CMYK
RGB Variations
Color information
#C08010 (or 0xC08010) is known color: Dark Goldenrod. HEX triplet: C0, 80 and 10. RGB value is (192,128,16). Sum of RGB (Red+Green+Blue) = 192+128+16=336 (44% of max value = 765). Red value is 192 (75.39% from 255 or 57.14% from 336); Green value is 128 (50.39% from 255 or 38.10% from 336); Blue value is 16 (6.64% from 255 or 4.76% from 336); Max value from RGB is 192 - color contains mainly: red. Hex color #C08010 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C08010 is #3F7FEF. Grayscale: #868686. Windows color (decimal): -4161520 or 1081536. OLE color: 1081536.
HSL color Cylindrical-coordinate representation of color #C08010: hue angle of 38.18º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C08010 is Cyan = 0, Magento = 0.33, Yellow = 0.92 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 128 | 16 | - |
| CMYK | 0 | 0.33 | 0.92 | 0.25 |
| HSL | 38.18º | 0.85% | 0.41% | - |
| HSV(B) | 38.18º | 0.92% | 0.75% | - |
| XYZ | 29.55 | 26.68 | 4.08 | - |
| YUV | 134.37 | 61.2 | 169.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 128 | 16 | 0 | 0.33 | 0.92 | 0.25 | 38.18 | 0.85 | 0.41 |
| Hex | C0 | 80 | 10 | 0 | 21 | 5C | 19 | 26 | 55 | 29 |
| Octal | 300 | 200 | 20 | 0 | 41 | 134 | 31 | 46 | 125 | 51 |
| Binary | 11000000 | 10000000 | 10000 | 0 | 100001 | 1011100 | 11001 | 100110 | 1010101 | 101001 |
Color Harmonies of #C08010
Complementary color
Monochromatic Colors of #C08010
Black with #C08010
Text Example
Text Example
White with #C08010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08010; }
p { color: rgb(192,128,16); }
H1.HeaderClassName
{
color: #C08010;
}
.AnyTagClassName
{
color: #C08010;
}
</style>
background-color css
<style>
a { background-color: #C08010; }
a { background-color: rgb(192,128,16); }
div.DivClassName
{
background-color: #C08010;
}
.BgClassName
{
background-color: #C08010;
}
</style>
border-color css
<style>
span { border-color: #C08010; }
span { border-color: rgb(192,128,16); }
td.TdClassName
{
border-color: #C08010;
}
.TagClassName
{
border-color: #C08010;
}
</style>