Shades of Dark Goldenrod #C67A07
Tints of Dark Goldenrod #C67A07
RGB
CMYK
RGB Variations
Color information
#C67A07 (or 0xC67A07) is known color: Dark Goldenrod. HEX triplet: C6, 7A and 07. RGB value is (198,122,7). Sum of RGB (Red+Green+Blue) = 198+122+7=327 (43% of max value = 765). Red value is 198 (77.73% from 255 or 60.55% from 327); Green value is 122 (48.05% from 255 or 37.31% from 327); Blue value is 7 (3.12% from 255 or 2.14% from 327); Max value from RGB is 198 - color contains mainly: red. Hex color #C67A07 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C67A07 is #3985F8. Grayscale: #848484. Windows color (decimal): -3769849 or 490182. OLE color: 490182.
HSL color Cylindrical-coordinate representation of color #C67A07: hue angle of 36.13º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C67A07 is Cyan = 0, Magento = 0.38, Yellow = 0.96 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 122 | 7 | - |
| CMYK | 0 | 0.38 | 0.96 | 0.22 |
| HSL | 36.13º | 0.93% | 0.4% | - |
| HSV(B) | 36.13º | 0.96% | 0.78% | - |
| XYZ | 30.29 | 25.94 | 3.61 | - |
| YUV | 131.61 | 57.68 | 175.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 122 | 7 | 0 | 0.38 | 0.96 | 0.22 | 36.13 | 0.93 | 0.4 |
| Hex | C6 | 7A | 7 | 0 | 26 | 60 | 16 | 24 | 5D | 28 |
| Octal | 306 | 172 | 7 | 0 | 46 | 140 | 26 | 44 | 135 | 50 |
| Binary | 11000110 | 1111010 | 111 | 0 | 100110 | 1100000 | 10110 | 100100 | 1011101 | 101000 |
Color Harmonies of #C67A07
Complementary color
Monochromatic Colors of #C67A07
Black with #C67A07
Text Example
Text Example
White with #C67A07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C67A07; }
p { color: rgb(198,122,7); }
H1.HeaderClassName
{
color: #C67A07;
}
.AnyTagClassName
{
color: #C67A07;
}
</style>
background-color css
<style>
a { background-color: #C67A07; }
a { background-color: rgb(198,122,7); }
div.DivClassName
{
background-color: #C67A07;
}
.BgClassName
{
background-color: #C67A07;
}
</style>
border-color css
<style>
span { border-color: #C67A07; }
span { border-color: rgb(198,122,7); }
td.TdClassName
{
border-color: #C67A07;
}
.TagClassName
{
border-color: #C67A07;
}
</style>