Shades of Dark Goldenrod #C08005
Tints of Dark Goldenrod #C08005
RGB
CMYK
RGB Variations
Color information
#C08005 (or 0xC08005) is known color: Dark Goldenrod. HEX triplet: C0, 80 and 05. RGB value is (192,128,5). Sum of RGB (Red+Green+Blue) = 192+128+5=325 (43% of max value = 765). Red value is 192 (75.39% from 255 or 59.08% from 325); Green value is 128 (50.39% from 255 or 39.38% from 325); Blue value is 5 (2.34% from 255 or 1.54% from 325); Max value from RGB is 192 - color contains mainly: red. Hex color #C08005 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C08005 is #3F7FFA. Grayscale: #858585. Windows color (decimal): -4161531 or 360640. OLE color: 360640.
HSL color Cylindrical-coordinate representation of color #C08005: hue angle of 39.47º 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 #C08005 is Cyan = 0, Magento = 0.33, Yellow = 0.97 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 128 | 5 | - |
| CMYK | 0 | 0.33 | 0.97 | 0.25 |
| HSL | 39.47º | 0.95% | 0.39% | - |
| HSV(B) | 39.47º | 0.97% | 0.75% | - |
| XYZ | 29.48 | 26.66 | 3.73 | - |
| YUV | 133.11 | 55.7 | 170 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 128 | 5 | 0 | 0.33 | 0.97 | 0.25 | 39.47 | 0.95 | 0.39 |
| Hex | C0 | 80 | 5 | 0 | 21 | 61 | 19 | 27 | 5F | 27 |
| Octal | 300 | 200 | 5 | 0 | 41 | 141 | 31 | 47 | 137 | 47 |
| Binary | 11000000 | 10000000 | 101 | 0 | 100001 | 1100001 | 11001 | 100111 | 1011111 | 100111 |
Color Harmonies of #C08005
Complementary color
Monochromatic Colors of #C08005
Black with #C08005
Text Example
Text Example
White with #C08005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08005; }
p { color: rgb(192,128,5); }
H1.HeaderClassName
{
color: #C08005;
}
.AnyTagClassName
{
color: #C08005;
}
</style>
background-color css
<style>
a { background-color: #C08005; }
a { background-color: rgb(192,128,5); }
div.DivClassName
{
background-color: #C08005;
}
.BgClassName
{
background-color: #C08005;
}
</style>
border-color css
<style>
span { border-color: #C08005; }
span { border-color: rgb(192,128,5); }
td.TdClassName
{
border-color: #C08005;
}
.TagClassName
{
border-color: #C08005;
}
</style>