Shades of Dark Goldenrod #C07003
Tints of Dark Goldenrod #C07003
RGB
CMYK
RGB Variations
Color information
#C07003 (or 0xC07003) is known color: Dark Goldenrod. HEX triplet: C0, 70 and 03. RGB value is (192,112,3). Sum of RGB (Red+Green+Blue) = 192+112+3=307 (40% of max value = 765). Red value is 192 (75.39% from 255 or 62.54% from 307); Green value is 112 (44.14% from 255 or 36.48% from 307); Blue value is 3 (1.56% from 255 or 0.98% from 307); Max value from RGB is 192 - color contains mainly: red. Hex color #C07003 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C07003 is #3F8FFC. Grayscale: #7C7C7C. Windows color (decimal): -4165629 or 225472. OLE color: 225472.
HSL color Cylindrical-coordinate representation of color #C07003: hue angle of 34.6º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C07003 is Cyan = 0, Magento = 0.42, Yellow = 0.98 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 112 | 3 | - |
| CMYK | 0 | 0.42 | 0.98 | 0.25 |
| HSL | 34.6º | 0.97% | 0.38% | - |
| HSV(B) | 34.6º | 0.98% | 0.75% | - |
| XYZ | 27.55 | 22.8 | 3.04 | - |
| YUV | 123.49 | 60 | 176.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 112 | 3 | 0 | 0.42 | 0.98 | 0.25 | 34.6 | 0.97 | 0.38 |
| Hex | C0 | 70 | 3 | 0 | 2A | 62 | 19 | 23 | 61 | 26 |
| Octal | 300 | 160 | 3 | 0 | 52 | 142 | 31 | 43 | 141 | 46 |
| Binary | 11000000 | 1110000 | 11 | 0 | 101010 | 1100010 | 11001 | 100011 | 1100001 | 100110 |
Color Harmonies of #C07003
Complementary color
Monochromatic Colors of #C07003
Black with #C07003
Text Example
Text Example
White with #C07003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07003; }
p { color: rgb(192,112,3); }
H1.HeaderClassName
{
color: #C07003;
}
.AnyTagClassName
{
color: #C07003;
}
</style>
background-color css
<style>
a { background-color: #C07003; }
a { background-color: rgb(192,112,3); }
div.DivClassName
{
background-color: #C07003;
}
.BgClassName
{
background-color: #C07003;
}
</style>
border-color css
<style>
span { border-color: #C07003; }
span { border-color: rgb(192,112,3); }
td.TdClassName
{
border-color: #C07003;
}
.TagClassName
{
border-color: #C07003;
}
</style>