Shades of Dark Goldenrod #C08205
Tints of Dark Goldenrod #C08205
RGB
CMYK
RGB Variations
Color information
#C08205 (or 0xC08205) is known color: Dark Goldenrod. HEX triplet: C0, 82 and 05. RGB value is (192,130,5). Sum of RGB (Red+Green+Blue) = 192+130+5=327 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.72% from 327); Green value is 130 (51.17% from 255 or 39.76% from 327); Blue value is 5 (2.34% from 255 or 1.53% from 327); Max value from RGB is 192 - color contains mainly: red. Hex color #C08205 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C08205 is #3F7DFA. Grayscale: #868686. Windows color (decimal): -4161019 or 361152. OLE color: 361152.
HSL color Cylindrical-coordinate representation of color #C08205: hue angle of 40.11º 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 #C08205 is Cyan = 0, Magento = 0.32, Yellow = 0.97 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 130 | 5 | - |
| CMYK | 0 | 0.32 | 0.97 | 0.25 |
| HSL | 40.11º | 0.95% | 0.39% | - |
| HSV(B) | 40.11º | 0.97% | 0.75% | - |
| XYZ | 29.75 | 27.18 | 3.82 | - |
| YUV | 134.29 | 55.04 | 169.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 130 | 5 | 0 | 0.32 | 0.97 | 0.25 | 40.11 | 0.95 | 0.39 |
| Hex | C0 | 82 | 5 | 0 | 20 | 61 | 19 | 28 | 5F | 27 |
| Octal | 300 | 202 | 5 | 0 | 40 | 141 | 31 | 50 | 137 | 47 |
| Binary | 11000000 | 10000010 | 101 | 0 | 100000 | 1100001 | 11001 | 101000 | 1011111 | 100111 |
Color Harmonies of #C08205
Complementary color
Monochromatic Colors of #C08205
Black with #C08205
Text Example
Text Example
White with #C08205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08205; }
p { color: rgb(192,130,5); }
H1.HeaderClassName
{
color: #C08205;
}
.AnyTagClassName
{
color: #C08205;
}
</style>
background-color css
<style>
a { background-color: #C08205; }
a { background-color: rgb(192,130,5); }
div.DivClassName
{
background-color: #C08205;
}
.BgClassName
{
background-color: #C08205;
}
</style>
border-color css
<style>
span { border-color: #C08205; }
span { border-color: rgb(192,130,5); }
td.TdClassName
{
border-color: #C08205;
}
.TagClassName
{
border-color: #C08205;
}
</style>