Shades of Dark Goldenrod #C67900
Tints of Dark Goldenrod #C67900
RGB
CMYK
RGB Variations
Color information
#C67900 (or 0xC67900) is known color: Dark Goldenrod. HEX triplet: C6, 79 and 00. RGB value is (198,121,0). Sum of RGB (Red+Green+Blue) = 198+121+0=319 (42% of max value = 765). Red value is 198 (77.73% from 255 or 62.07% from 319); Green value is 121 (47.66% from 255 or 37.93% from 319); Blue value is 0 (0.39% from 255 or 0% from 319); Max value from RGB is 198 - color contains mainly: red. Hex color #C67900 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C67900 is #3986FF. Grayscale: #828282. Windows color (decimal): -3770112 or 31174. OLE color: 31174.
HSL color Cylindrical-coordinate representation of color #C67900: hue angle of 36.67º 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 #C67900 is Cyan = 0, Magento = 0.39, Yellow = 1 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 121 | 0 | - |
| CMYK | 0 | 0.39 | 1 | 0.22 |
| HSL | 36.67º | 1% | 0.39% | - |
| HSV(B) | 36.67º | 1% | 0.78% | - |
| XYZ | 30.13 | 25.68 | 3.37 | - |
| YUV | 130.23 | 54.51 | 176.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 121 | 0 | 0 | 0.39 | 1 | 0.22 | 36.67 | 1 | 0.39 |
| Hex | C6 | 79 | 0 | 0 | 27 | 64 | 16 | 25 | 64 | 27 |
| Octal | 306 | 171 | 0 | 0 | 47 | 144 | 26 | 45 | 144 | 47 |
| Binary | 11000110 | 1111001 | 0 | 0 | 100111 | 1100100 | 10110 | 100101 | 1100100 | 100111 |
Color Harmonies of #C67900
Complementary color
Monochromatic Colors of #C67900
Black with #C67900
Text Example
Text Example
White with #C67900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C67900; }
p { color: rgb(198,121,0); }
H1.HeaderClassName
{
color: #C67900;
}
.AnyTagClassName
{
color: #C67900;
}
</style>
background-color css
<style>
a { background-color: #C67900; }
a { background-color: rgb(198,121,0); }
div.DivClassName
{
background-color: #C67900;
}
.BgClassName
{
background-color: #C67900;
}
</style>
border-color css
<style>
span { border-color: #C67900; }
span { border-color: rgb(198,121,0); }
td.TdClassName
{
border-color: #C67900;
}
.TagClassName
{
border-color: #C67900;
}
</style>