Shades of Dark Goldenrod #C07009
Tints of Dark Goldenrod #C07009
RGB
CMYK
RGB Variations
Color information
#C07009 (or 0xC07009) is known color: Dark Goldenrod. HEX triplet: C0, 70 and 09. RGB value is (192,112,9). Sum of RGB (Red+Green+Blue) = 192+112+9=313 (41% of max value = 765). Red value is 192 (75.39% from 255 or 61.34% from 313); Green value is 112 (44.14% from 255 or 35.78% from 313); Blue value is 9 (3.91% from 255 or 2.88% from 313); Max value from RGB is 192 - color contains mainly: red. Hex color #C07009 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C07009 is #3F8FF6. Grayscale: #7C7C7C. Windows color (decimal): -4165623 or 618688. OLE color: 618688.
HSL color Cylindrical-coordinate representation of color #C07009: hue angle of 33.77º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C07009 is Cyan = 0, Magento = 0.42, Yellow = 0.95 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 112 | 9 | - |
| CMYK | 0 | 0.42 | 0.95 | 0.25 |
| HSL | 33.77º | 0.91% | 0.39% | - |
| HSV(B) | 33.77º | 0.95% | 0.75% | - |
| XYZ | 27.58 | 22.81 | 3.21 | - |
| YUV | 124.18 | 63 | 176.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 112 | 9 | 0 | 0.42 | 0.95 | 0.25 | 33.77 | 0.91 | 0.39 |
| Hex | C0 | 70 | 9 | 0 | 2A | 5F | 19 | 22 | 5B | 27 |
| Octal | 300 | 160 | 11 | 0 | 52 | 137 | 31 | 42 | 133 | 47 |
| Binary | 11000000 | 1110000 | 1001 | 0 | 101010 | 1011111 | 11001 | 100010 | 1011011 | 100111 |
Color Harmonies of #C07009
Complementary color
Monochromatic Colors of #C07009
Black with #C07009
Text Example
Text Example
White with #C07009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07009; }
p { color: rgb(192,112,9); }
H1.HeaderClassName
{
color: #C07009;
}
.AnyTagClassName
{
color: #C07009;
}
</style>
background-color css
<style>
a { background-color: #C07009; }
a { background-color: rgb(192,112,9); }
div.DivClassName
{
background-color: #C07009;
}
.BgClassName
{
background-color: #C07009;
}
</style>
border-color css
<style>
span { border-color: #C07009; }
span { border-color: rgb(192,112,9); }
td.TdClassName
{
border-color: #C07009;
}
.TagClassName
{
border-color: #C07009;
}
</style>