Shades of Dark Goldenrod #C67C00
Tints of Dark Goldenrod #C67C00
RGB
CMYK
RGB Variations
Color information
#C67C00 (or 0xC67C00) is known color: Dark Goldenrod. HEX triplet: C6, 7C and 00. RGB value is (198,124,0). Sum of RGB (Red+Green+Blue) = 198+124+0=322 (42% of max value = 765). Red value is 198 (77.73% from 255 or 61.49% from 322); Green value is 124 (48.83% from 255 or 38.51% from 322); Blue value is 0 (0.39% from 255 or 0% from 322); Max value from RGB is 198 - color contains mainly: red. Hex color #C67C00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C67C00 is #3983FF. Grayscale: #848484. Windows color (decimal): -3769344 or 31942. OLE color: 31942.
HSL color Cylindrical-coordinate representation of color #C67C00: hue angle of 37.58º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C67C00 is Cyan = 0, Magento = 0.37, Yellow = 1 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 124 | 0 | - |
| CMYK | 0 | 0.37 | 1 | 0.22 |
| HSL | 37.58º | 1% | 0.39% | - |
| HSV(B) | 37.58º | 1% | 0.78% | - |
| XYZ | 30.5 | 26.42 | 3.49 | - |
| YUV | 131.99 | 53.52 | 175.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 124 | 0 | 0 | 0.37 | 1 | 0.22 | 37.58 | 1 | 0.39 |
| Hex | C6 | 7C | 0 | 0 | 25 | 64 | 16 | 26 | 64 | 27 |
| Octal | 306 | 174 | 0 | 0 | 45 | 144 | 26 | 46 | 144 | 47 |
| Binary | 11000110 | 1111100 | 0 | 0 | 100101 | 1100100 | 10110 | 100110 | 1100100 | 100111 |
Color Harmonies of #C67C00
Complementary color
Monochromatic Colors of #C67C00
Black with #C67C00
Text Example
Text Example
White with #C67C00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C67C00; }
p { color: rgb(198,124,0); }
H1.HeaderClassName
{
color: #C67C00;
}
.AnyTagClassName
{
color: #C67C00;
}
</style>
background-color css
<style>
a { background-color: #C67C00; }
a { background-color: rgb(198,124,0); }
div.DivClassName
{
background-color: #C67C00;
}
.BgClassName
{
background-color: #C67C00;
}
</style>
border-color css
<style>
span { border-color: #C67C00; }
span { border-color: rgb(198,124,0); }
td.TdClassName
{
border-color: #C67C00;
}
.TagClassName
{
border-color: #C67C00;
}
</style>