Shades of Dark Goldenrod #C67A03
Tints of Dark Goldenrod #C67A03
RGB
CMYK
RGB Variations
Color information
#C67A03 (or 0xC67A03) is known color: Dark Goldenrod. HEX triplet: C6, 7A and 03. RGB value is (198,122,3). Sum of RGB (Red+Green+Blue) = 198+122+3=323 (42% of max value = 765). Red value is 198 (77.73% from 255 or 61.30% from 323); Green value is 122 (48.05% from 255 or 37.77% from 323); Blue value is 3 (1.56% from 255 or 0.93% from 323); Max value from RGB is 198 - color contains mainly: red. Hex color #C67A03 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C67A03 is #3985FC. Grayscale: #838383. Windows color (decimal): -3769853 or 228038. OLE color: 228038.
HSL color Cylindrical-coordinate representation of color #C67A03: hue angle of 36.62º 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 #C67A03 is Cyan = 0, Magento = 0.38, Yellow = 0.98 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 122 | 3 | - |
| CMYK | 0 | 0.38 | 0.98 | 0.22 |
| HSL | 36.62º | 0.97% | 0.39% | - |
| HSV(B) | 36.62º | 0.98% | 0.78% | - |
| XYZ | 30.26 | 25.93 | 3.5 | - |
| YUV | 131.16 | 55.68 | 175.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 122 | 3 | 0 | 0.38 | 0.98 | 0.22 | 36.62 | 0.97 | 0.39 |
| Hex | C6 | 7A | 3 | 0 | 26 | 62 | 16 | 25 | 61 | 27 |
| Octal | 306 | 172 | 3 | 0 | 46 | 142 | 26 | 45 | 141 | 47 |
| Binary | 11000110 | 1111010 | 11 | 0 | 100110 | 1100010 | 10110 | 100101 | 1100001 | 100111 |
Color Harmonies of #C67A03
Complementary color
Monochromatic Colors of #C67A03
Black with #C67A03
Text Example
Text Example
White with #C67A03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C67A03; }
p { color: rgb(198,122,3); }
H1.HeaderClassName
{
color: #C67A03;
}
.AnyTagClassName
{
color: #C67A03;
}
</style>
background-color css
<style>
a { background-color: #C67A03; }
a { background-color: rgb(198,122,3); }
div.DivClassName
{
background-color: #C67A03;
}
.BgClassName
{
background-color: #C67A03;
}
</style>
border-color css
<style>
span { border-color: #C67A03; }
span { border-color: rgb(198,122,3); }
td.TdClassName
{
border-color: #C67A03;
}
.TagClassName
{
border-color: #C67A03;
}
</style>