Shades of Dark Goldenrod #C07D05
Tints of Dark Goldenrod #C07D05
RGB
CMYK
RGB Variations
Color information
#C07D05 (or 0xC07D05) is known color: Dark Goldenrod. HEX triplet: C0, 7D and 05. RGB value is (192,125,5). Sum of RGB (Red+Green+Blue) = 192+125+5=322 (42% of max value = 765). Red value is 192 (75.39% from 255 or 59.63% from 322); Green value is 125 (49.22% from 255 or 38.82% from 322); Blue value is 5 (2.34% from 255 or 1.55% from 322); Max value from RGB is 192 - color contains mainly: red. Hex color #C07D05 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C07D05 is #3F82FA. Grayscale: #838383. Windows color (decimal): -4162299 or 359872. OLE color: 359872.
HSL color Cylindrical-coordinate representation of color #C07D05: hue angle of 38.5º 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 #C07D05 is Cyan = 0, Magento = 0.35, Yellow = 0.97 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 125 | 5 | - |
| CMYK | 0 | 0.35 | 0.97 | 0.25 |
| HSL | 38.5º | 0.95% | 0.39% | - |
| HSV(B) | 38.5º | 0.97% | 0.75% | - |
| XYZ | 29.1 | 25.88 | 3.61 | - |
| YUV | 131.35 | 56.7 | 171.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 125 | 5 | 0 | 0.35 | 0.97 | 0.25 | 38.5 | 0.95 | 0.39 |
| Hex | C0 | 7D | 5 | 0 | 23 | 61 | 19 | 27 | 5F | 27 |
| Octal | 300 | 175 | 5 | 0 | 43 | 141 | 31 | 47 | 137 | 47 |
| Binary | 11000000 | 1111101 | 101 | 0 | 100011 | 1100001 | 11001 | 100111 | 1011111 | 100111 |
Color Harmonies of #C07D05
Complementary color
Monochromatic Colors of #C07D05
Black with #C07D05
Text Example
Text Example
White with #C07D05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07D05; }
p { color: rgb(192,125,5); }
H1.HeaderClassName
{
color: #C07D05;
}
.AnyTagClassName
{
color: #C07D05;
}
</style>
background-color css
<style>
a { background-color: #C07D05; }
a { background-color: rgb(192,125,5); }
div.DivClassName
{
background-color: #C07D05;
}
.BgClassName
{
background-color: #C07D05;
}
</style>
border-color css
<style>
span { border-color: #C07D05; }
span { border-color: rgb(192,125,5); }
td.TdClassName
{
border-color: #C07D05;
}
.TagClassName
{
border-color: #C07D05;
}
</style>