Shades of Dark Goldenrod #C67A0C
Tints of Dark Goldenrod #C67A0C
RGB
CMYK
RGB Variations
Color information
#C67A0C (or 0xC67A0C) is known color: Dark Goldenrod. HEX triplet: C6, 7A and 0C. RGB value is (198,122,12). Sum of RGB (Red+Green+Blue) = 198+122+12=332 (43% of max value = 765). Red value is 198 (77.73% from 255 or 59.64% from 332); Green value is 122 (48.05% from 255 or 36.75% from 332); Blue value is 12 (5.08% from 255 or 3.61% from 332); Max value from RGB is 198 - color contains mainly: red. Hex color #C67A0C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C67A0C is #3985F3. Grayscale: #848484. Windows color (decimal): -3769844 or 817862. OLE color: 817862.
HSL color Cylindrical-coordinate representation of color #C67A0C: hue angle of 35.48º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C67A0C is Cyan = 0, Magento = 0.38, Yellow = 0.94 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 122 | 12 | - |
| CMYK | 0 | 0.38 | 0.94 | 0.22 |
| HSL | 35.48º | 0.89% | 0.41% | - |
| HSV(B) | 35.48º | 0.94% | 0.78% | - |
| XYZ | 30.31 | 25.95 | 3.76 | - |
| YUV | 132.18 | 60.18 | 174.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 122 | 12 | 0 | 0.38 | 0.94 | 0.22 | 35.48 | 0.89 | 0.41 |
| Hex | C6 | 7A | C | 0 | 26 | 5E | 16 | 23 | 59 | 29 |
| Octal | 306 | 172 | 14 | 0 | 46 | 136 | 26 | 43 | 131 | 51 |
| Binary | 11000110 | 1111010 | 1100 | 0 | 100110 | 1011110 | 10110 | 100011 | 1011001 | 101001 |
Color Harmonies of #C67A0C
Complementary color
Monochromatic Colors of #C67A0C
Black with #C67A0C
Text Example
Text Example
White with #C67A0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C67A0C; }
p { color: rgb(198,122,12); }
H1.HeaderClassName
{
color: #C67A0C;
}
.AnyTagClassName
{
color: #C67A0C;
}
</style>
background-color css
<style>
a { background-color: #C67A0C; }
a { background-color: rgb(198,122,12); }
div.DivClassName
{
background-color: #C67A0C;
}
.BgClassName
{
background-color: #C67A0C;
}
</style>
border-color css
<style>
span { border-color: #C67A0C; }
span { border-color: rgb(198,122,12); }
td.TdClassName
{
border-color: #C67A0C;
}
.TagClassName
{
border-color: #C67A0C;
}
</style>