Shades of Dark Goldenrod #C08405
Tints of Dark Goldenrod #C08405
RGB
CMYK
RGB Variations
Color information
#C08405 (or 0xC08405) is known color: Dark Goldenrod. HEX triplet: C0, 84 and 05. RGB value is (192,132,5). Sum of RGB (Red+Green+Blue) = 192+132+5=329 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.36% from 329); Green value is 132 (51.95% from 255 or 40.12% from 329); Blue value is 5 (2.34% from 255 or 1.52% from 329); Max value from RGB is 192 - color contains mainly: red. Hex color #C08405 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C08405 is #3F7BFA. Grayscale: #888888. Windows color (decimal): -4160507 or 361664. OLE color: 361664.
HSL color Cylindrical-coordinate representation of color #C08405: hue angle of 40.75º 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 #C08405 is Cyan = 0, Magento = 0.31, Yellow = 0.97 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 132 | 5 | - |
| CMYK | 0 | 0.31 | 0.97 | 0.25 |
| HSL | 40.75º | 0.95% | 0.39% | - |
| HSV(B) | 40.75º | 0.97% | 0.75% | - |
| XYZ | 30.02 | 27.72 | 3.91 | - |
| YUV | 135.46 | 54.38 | 168.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 132 | 5 | 0 | 0.31 | 0.97 | 0.25 | 40.75 | 0.95 | 0.39 |
| Hex | C0 | 84 | 5 | 0 | 1F | 61 | 19 | 29 | 5F | 27 |
| Octal | 300 | 204 | 5 | 0 | 37 | 141 | 31 | 51 | 137 | 47 |
| Binary | 11000000 | 10000100 | 101 | 0 | 11111 | 1100001 | 11001 | 101001 | 1011111 | 100111 |
Color Harmonies of #C08405
Complementary color
Monochromatic Colors of #C08405
Black with #C08405
Text Example
Text Example
White with #C08405
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08405; }
p { color: rgb(192,132,5); }
H1.HeaderClassName
{
color: #C08405;
}
.AnyTagClassName
{
color: #C08405;
}
</style>
background-color css
<style>
a { background-color: #C08405; }
a { background-color: rgb(192,132,5); }
div.DivClassName
{
background-color: #C08405;
}
.BgClassName
{
background-color: #C08405;
}
</style>
border-color css
<style>
span { border-color: #C08405; }
span { border-color: rgb(192,132,5); }
td.TdClassName
{
border-color: #C08405;
}
.TagClassName
{
border-color: #C08405;
}
</style>