Shades of Dark Goldenrod #C08105
Tints of Dark Goldenrod #C08105
RGB
CMYK
RGB Variations
Color information
#C08105 (or 0xC08105) is known color: Dark Goldenrod. HEX triplet: C0, 81 and 05. RGB value is (192,129,5). Sum of RGB (Red+Green+Blue) = 192+129+5=326 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.90% from 326); Green value is 129 (50.78% from 255 or 39.57% from 326); Blue value is 5 (2.34% from 255 or 1.53% from 326); Max value from RGB is 192 - color contains mainly: red. Hex color #C08105 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C08105 is #3F7EFA. Grayscale: #868686. Windows color (decimal): -4161275 or 360896. OLE color: 360896.
HSL color Cylindrical-coordinate representation of color #C08105: hue angle of 39.79º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C08105 is Cyan = 0, Magento = 0.33, Yellow = 0.97 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 129 | 5 | - |
| CMYK | 0 | 0.33 | 0.97 | 0.25 |
| HSL | 39.79º | 0.95% | 0.39% | - |
| HSV(B) | 39.79º | 0.97% | 0.75% | - |
| XYZ | 29.62 | 26.92 | 3.78 | - |
| YUV | 133.7 | 55.37 | 169.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 129 | 5 | 0 | 0.33 | 0.97 | 0.25 | 39.79 | 0.95 | 0.39 |
| Hex | C0 | 81 | 5 | 0 | 21 | 61 | 19 | 28 | 5F | 27 |
| Octal | 300 | 201 | 5 | 0 | 41 | 141 | 31 | 50 | 137 | 47 |
| Binary | 11000000 | 10000001 | 101 | 0 | 100001 | 1100001 | 11001 | 101000 | 1011111 | 100111 |
Color Harmonies of #C08105
Complementary color
Monochromatic Colors of #C08105
Black with #C08105
Text Example
Text Example
White with #C08105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08105; }
p { color: rgb(192,129,5); }
H1.HeaderClassName
{
color: #C08105;
}
.AnyTagClassName
{
color: #C08105;
}
</style>
background-color css
<style>
a { background-color: #C08105; }
a { background-color: rgb(192,129,5); }
div.DivClassName
{
background-color: #C08105;
}
.BgClassName
{
background-color: #C08105;
}
</style>
border-color css
<style>
span { border-color: #C08105; }
span { border-color: rgb(192,129,5); }
td.TdClassName
{
border-color: #C08105;
}
.TagClassName
{
border-color: #C08105;
}
</style>