Shades of Dark Goldenrod #C08100
Tints of Dark Goldenrod #C08100
RGB
CMYK
RGB Variations
Color information
#C08100 (or 0xC08100) is known color: Dark Goldenrod. HEX triplet: C0, 81 and 00. RGB value is (192,129,0). Sum of RGB (Red+Green+Blue) = 192+129+0=321 (42% of max value = 765). Red value is 192 (75.39% from 255 or 59.81% from 321); Green value is 129 (50.78% from 255 or 40.19% from 321); Blue value is 0 (0.39% from 255 or 0% from 321); Max value from RGB is 192 - color contains mainly: red. Hex color #C08100 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C08100 is #3F7EFF. Grayscale: #858585. Windows color (decimal): -4161280 or 33216. OLE color: 33216.
HSL color Cylindrical-coordinate representation of color #C08100: hue angle of 40.31º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C08100 is Cyan = 0, Magento = 0.33, Yellow = 1 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 129 | 0 | - |
| CMYK | 0 | 0.33 | 1 | 0.25 |
| HSL | 40.31º | 1% | 0.38% | - |
| HSV(B) | 40.31º | 1% | 0.75% | - |
| XYZ | 29.59 | 26.91 | 3.63 | - |
| YUV | 133.13 | 52.87 | 169.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 129 | 0 | 0 | 0.33 | 1 | 0.25 | 40.31 | 1 | 0.38 |
| Hex | C0 | 81 | 0 | 0 | 21 | 64 | 19 | 28 | 64 | 26 |
| Octal | 300 | 201 | 0 | 0 | 41 | 144 | 31 | 50 | 144 | 46 |
| Binary | 11000000 | 10000001 | 0 | 0 | 100001 | 1100100 | 11001 | 101000 | 1100100 | 100110 |
Color Harmonies of #C08100
Complementary color
Monochromatic Colors of #C08100
Black with #C08100
Text Example
Text Example
White with #C08100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08100; }
p { color: rgb(192,129,0); }
H1.HeaderClassName
{
color: #C08100;
}
.AnyTagClassName
{
color: #C08100;
}
</style>
background-color css
<style>
a { background-color: #C08100; }
a { background-color: rgb(192,129,0); }
div.DivClassName
{
background-color: #C08100;
}
.BgClassName
{
background-color: #C08100;
}
</style>
border-color css
<style>
span { border-color: #C08100; }
span { border-color: rgb(192,129,0); }
td.TdClassName
{
border-color: #C08100;
}
.TagClassName
{
border-color: #C08100;
}
</style>