Shades of Dark Goldenrod #C67C04
Tints of Dark Goldenrod #C67C04
RGB
CMYK
RGB Variations
Color information
#C67C04 (or 0xC67C04) is known color: Dark Goldenrod. HEX triplet: C6, 7C and 04. RGB value is (198,124,4). Sum of RGB (Red+Green+Blue) = 198+124+4=326 (43% of max value = 765). Red value is 198 (77.73% from 255 or 60.74% from 326); Green value is 124 (48.83% from 255 or 38.04% from 326); Blue value is 4 (1.95% from 255 or 1.23% from 326); Max value from RGB is 198 - color contains mainly: red. Hex color #C67C04 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C67C04 is #3983FB. Grayscale: #858585. Windows color (decimal): -3769340 or 294086. OLE color: 294086.
HSL color Cylindrical-coordinate representation of color #C67C04: hue angle of 37.11º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C67C04 is Cyan = 0, Magento = 0.37, Yellow = 0.98 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 124 | 4 | - |
| CMYK | 0 | 0.37 | 0.98 | 0.22 |
| HSL | 37.11º | 0.96% | 0.4% | - |
| HSV(B) | 37.11º | 0.98% | 0.78% | - |
| XYZ | 30.52 | 26.43 | 3.61 | - |
| YUV | 132.45 | 55.52 | 174.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 124 | 4 | 0 | 0.37 | 0.98 | 0.22 | 37.11 | 0.96 | 0.4 |
| Hex | C6 | 7C | 4 | 0 | 25 | 62 | 16 | 25 | 60 | 28 |
| Octal | 306 | 174 | 4 | 0 | 45 | 142 | 26 | 45 | 140 | 50 |
| Binary | 11000110 | 1111100 | 100 | 0 | 100101 | 1100010 | 10110 | 100101 | 1100000 | 101000 |
Color Harmonies of #C67C04
Complementary color
Monochromatic Colors of #C67C04
Black with #C67C04
Text Example
Text Example
White with #C67C04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C67C04; }
p { color: rgb(198,124,4); }
H1.HeaderClassName
{
color: #C67C04;
}
.AnyTagClassName
{
color: #C67C04;
}
</style>
background-color css
<style>
a { background-color: #C67C04; }
a { background-color: rgb(198,124,4); }
div.DivClassName
{
background-color: #C67C04;
}
.BgClassName
{
background-color: #C67C04;
}
</style>
border-color css
<style>
span { border-color: #C67C04; }
span { border-color: rgb(198,124,4); }
td.TdClassName
{
border-color: #C67C04;
}
.TagClassName
{
border-color: #C67C04;
}
</style>