Shades of Dark Goldenrod #C07F05
Tints of Dark Goldenrod #C07F05
RGB
CMYK
RGB Variations
Color information
#C07F05 (or 0xC07F05) is known color: Dark Goldenrod. HEX triplet: C0, 7F and 05. RGB value is (192,127,5). Sum of RGB (Red+Green+Blue) = 192+127+5=324 (42% of max value = 765). Red value is 192 (75.39% from 255 or 59.26% from 324); Green value is 127 (50% from 255 or 39.20% from 324); Blue value is 5 (2.34% from 255 or 1.54% from 324); Max value from RGB is 192 - color contains mainly: red. Hex color #C07F05 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C07F05 is #3F80FA. Grayscale: #858585. Windows color (decimal): -4161787 or 360384. OLE color: 360384.
HSL color Cylindrical-coordinate representation of color #C07F05: hue angle of 39.14º 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 #C07F05 is Cyan = 0, Magento = 0.34, Yellow = 0.97 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 127 | 5 | - |
| CMYK | 0 | 0.34 | 0.97 | 0.25 |
| HSL | 39.14º | 0.95% | 0.39% | - |
| HSV(B) | 39.14º | 0.97% | 0.75% | - |
| XYZ | 29.36 | 26.4 | 3.69 | - |
| YUV | 132.53 | 56.03 | 170.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 127 | 5 | 0 | 0.34 | 0.97 | 0.25 | 39.14 | 0.95 | 0.39 |
| Hex | C0 | 7F | 5 | 0 | 22 | 61 | 19 | 27 | 5F | 27 |
| Octal | 300 | 177 | 5 | 0 | 42 | 141 | 31 | 47 | 137 | 47 |
| Binary | 11000000 | 1111111 | 101 | 0 | 100010 | 1100001 | 11001 | 100111 | 1011111 | 100111 |
Color Harmonies of #C07F05
Complementary color
Monochromatic Colors of #C07F05
Black with #C07F05
Text Example
Text Example
White with #C07F05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07F05; }
p { color: rgb(192,127,5); }
H1.HeaderClassName
{
color: #C07F05;
}
.AnyTagClassName
{
color: #C07F05;
}
</style>
background-color css
<style>
a { background-color: #C07F05; }
a { background-color: rgb(192,127,5); }
div.DivClassName
{
background-color: #C07F05;
}
.BgClassName
{
background-color: #C07F05;
}
</style>
border-color css
<style>
span { border-color: #C07F05; }
span { border-color: rgb(192,127,5); }
td.TdClassName
{
border-color: #C07F05;
}
.TagClassName
{
border-color: #C07F05;
}
</style>