Shades of Dark Goldenrod #C07002
Tints of Dark Goldenrod #C07002
RGB
CMYK
RGB Variations
Color information
#C07002 (or 0xC07002) is known color: Dark Goldenrod. HEX triplet: C0, 70 and 02. RGB value is (192,112,2). Sum of RGB (Red+Green+Blue) = 192+112+2=306 (40% of max value = 765). Red value is 192 (75.39% from 255 or 62.75% from 306); Green value is 112 (44.14% from 255 or 36.60% from 306); Blue value is 2 (1.17% from 255 or 0.65% from 306); Max value from RGB is 192 - color contains mainly: red. Hex color #C07002 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C07002 is #3F8FFD. Grayscale: #7B7B7B. Windows color (decimal): -4165630 or 159936. OLE color: 159936.
HSL color Cylindrical-coordinate representation of color #C07002: hue angle of 34.74º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C07002 is Cyan = 0, Magento = 0.42, Yellow = 0.99 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 112 | 2 | - |
| CMYK | 0 | 0.42 | 0.99 | 0.25 |
| HSL | 34.74º | 0.98% | 0.38% | - |
| HSV(B) | 34.74º | 0.99% | 0.75% | - |
| XYZ | 27.54 | 22.8 | 3.01 | - |
| YUV | 123.38 | 59.5 | 176.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 112 | 2 | 0 | 0.42 | 0.99 | 0.25 | 34.74 | 0.98 | 0.38 |
| Hex | C0 | 70 | 2 | 0 | 2A | 63 | 19 | 23 | 62 | 26 |
| Octal | 300 | 160 | 2 | 0 | 52 | 143 | 31 | 43 | 142 | 46 |
| Binary | 11000000 | 1110000 | 10 | 0 | 101010 | 1100011 | 11001 | 100011 | 1100010 | 100110 |
Color Harmonies of #C07002
Complementary color
Monochromatic Colors of #C07002
Black with #C07002
Text Example
Text Example
White with #C07002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07002; }
p { color: rgb(192,112,2); }
H1.HeaderClassName
{
color: #C07002;
}
.AnyTagClassName
{
color: #C07002;
}
</style>
background-color css
<style>
a { background-color: #C07002; }
a { background-color: rgb(192,112,2); }
div.DivClassName
{
background-color: #C07002;
}
.BgClassName
{
background-color: #C07002;
}
</style>
border-color css
<style>
span { border-color: #C07002; }
span { border-color: rgb(192,112,2); }
td.TdClassName
{
border-color: #C07002;
}
.TagClassName
{
border-color: #C07002;
}
</style>