Shades of Dark Goldenrod #C08510
Tints of Dark Goldenrod #C08510
RGB
CMYK
RGB Variations
Color information
#C08510 (or 0xC08510) is known color: Dark Goldenrod. HEX triplet: C0, 85 and 10. RGB value is (192,133,16). Sum of RGB (Red+Green+Blue) = 192+133+16=341 (45% of max value = 765). Red value is 192 (75.39% from 255 or 56.30% from 341); Green value is 133 (52.34% from 255 or 39.00% from 341); Blue value is 16 (6.64% from 255 or 4.69% from 341); Max value from RGB is 192 - color contains mainly: red. Hex color #C08510 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C08510 is #3F7AEF. Grayscale: #898989. Windows color (decimal): -4160240 or 1082816. OLE color: 1082816.
HSL color Cylindrical-coordinate representation of color #C08510: hue angle of 39.89º 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 #C08510 is Cyan = 0, Magento = 0.31, Yellow = 0.92 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 133 | 16 | - |
| CMYK | 0 | 0.31 | 0.92 | 0.25 |
| HSL | 39.89º | 0.85% | 0.41% | - |
| HSV(B) | 39.89º | 0.92% | 0.75% | - |
| XYZ | 30.22 | 28.02 | 4.31 | - |
| YUV | 137.3 | 59.55 | 167.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 133 | 16 | 0 | 0.31 | 0.92 | 0.25 | 39.89 | 0.85 | 0.41 |
| Hex | C0 | 85 | 10 | 0 | 1F | 5C | 19 | 28 | 55 | 29 |
| Octal | 300 | 205 | 20 | 0 | 37 | 134 | 31 | 50 | 125 | 51 |
| Binary | 11000000 | 10000101 | 10000 | 0 | 11111 | 1011100 | 11001 | 101000 | 1010101 | 101001 |
Color Harmonies of #C08510
Complementary color
Monochromatic Colors of #C08510
Black with #C08510
Text Example
Text Example
White with #C08510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08510; }
p { color: rgb(192,133,16); }
H1.HeaderClassName
{
color: #C08510;
}
.AnyTagClassName
{
color: #C08510;
}
</style>
background-color css
<style>
a { background-color: #C08510; }
a { background-color: rgb(192,133,16); }
div.DivClassName
{
background-color: #C08510;
}
.BgClassName
{
background-color: #C08510;
}
</style>
border-color css
<style>
span { border-color: #C08510; }
span { border-color: rgb(192,133,16); }
td.TdClassName
{
border-color: #C08510;
}
.TagClassName
{
border-color: #C08510;
}
</style>