Shades of Dark Goldenrod #C67C03
Tints of Dark Goldenrod #C67C03
RGB
CMYK
RGB Variations
Color information
#C67C03 (or 0xC67C03) is known color: Dark Goldenrod. HEX triplet: C6, 7C and 03. RGB value is (198,124,3). Sum of RGB (Red+Green+Blue) = 198+124+3=325 (43% of max value = 765). Red value is 198 (77.73% from 255 or 60.92% from 325); Green value is 124 (48.83% from 255 or 38.15% from 325); Blue value is 3 (1.56% from 255 or 0.92% from 325); Max value from RGB is 198 - color contains mainly: red. Hex color #C67C03 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C67C03 is #3983FC. Grayscale: #848484. Windows color (decimal): -3769341 or 228550. OLE color: 228550.
HSL color Cylindrical-coordinate representation of color #C67C03: hue angle of 37.23º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C67C03 is Cyan = 0, Magento = 0.37, Yellow = 0.98 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 124 | 3 | - |
| CMYK | 0 | 0.37 | 0.98 | 0.22 |
| HSL | 37.23º | 0.97% | 0.39% | - |
| HSV(B) | 37.23º | 0.98% | 0.78% | - |
| XYZ | 30.51 | 26.43 | 3.58 | - |
| YUV | 132.33 | 55.02 | 174.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 124 | 3 | 0 | 0.37 | 0.98 | 0.22 | 37.23 | 0.97 | 0.39 |
| Hex | C6 | 7C | 3 | 0 | 25 | 62 | 16 | 25 | 61 | 27 |
| Octal | 306 | 174 | 3 | 0 | 45 | 142 | 26 | 45 | 141 | 47 |
| Binary | 11000110 | 1111100 | 11 | 0 | 100101 | 1100010 | 10110 | 100101 | 1100001 | 100111 |
Color Harmonies of #C67C03
Complementary color
Monochromatic Colors of #C67C03
Black with #C67C03
Text Example
Text Example
White with #C67C03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C67C03; }
p { color: rgb(198,124,3); }
H1.HeaderClassName
{
color: #C67C03;
}
.AnyTagClassName
{
color: #C67C03;
}
</style>
background-color css
<style>
a { background-color: #C67C03; }
a { background-color: rgb(198,124,3); }
div.DivClassName
{
background-color: #C67C03;
}
.BgClassName
{
background-color: #C67C03;
}
</style>
border-color css
<style>
span { border-color: #C67C03; }
span { border-color: rgb(198,124,3); }
td.TdClassName
{
border-color: #C67C03;
}
.TagClassName
{
border-color: #C67C03;
}
</style>