Shades of Dark Goldenrod #C68400
Tints of Dark Goldenrod #C68400
RGB
CMYK
RGB Variations
Color information
#C68400 (or 0xC68400) is known color: Dark Goldenrod. HEX triplet: C6, 84 and 00. RGB value is (198,132,0). Sum of RGB (Red+Green+Blue) = 198+132+0=330 (43% of max value = 765). Red value is 198 (77.73% from 255 or 60% from 330); Green value is 132 (51.95% from 255 or 40% from 330); Blue value is 0 (0.39% from 255 or 0% from 330); Max value from RGB is 198 - color contains mainly: red. Hex color #C68400 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C68400 is #397BFF. Grayscale: #898989. Windows color (decimal): -3767296 or 33990. OLE color: 33990.
HSL color Cylindrical-coordinate representation of color #C68400: hue angle of 40º 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 #C68400 is Cyan = 0, Magento = 0.33, Yellow = 1 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 132 | 0 | - |
| CMYK | 0 | 0.33 | 1 | 0.22 |
| HSL | 40º | 1% | 0.39% | - |
| HSV(B) | 40º | 1% | 0.78% | - |
| XYZ | 31.54 | 28.51 | 3.84 | - |
| YUV | 136.69 | 50.87 | 171.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 132 | 0 | 0 | 0.33 | 1 | 0.22 | 40 | 1 | 0.39 |
| Hex | C6 | 84 | 0 | 0 | 21 | 64 | 16 | 28 | 64 | 27 |
| Octal | 306 | 204 | 0 | 0 | 41 | 144 | 26 | 50 | 144 | 47 |
| Binary | 11000110 | 10000100 | 0 | 0 | 100001 | 1100100 | 10110 | 101000 | 1100100 | 100111 |
Color Harmonies of #C68400
Complementary color
Monochromatic Colors of #C68400
Black with #C68400
Text Example
Text Example
White with #C68400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68400; }
p { color: rgb(198,132,0); }
H1.HeaderClassName
{
color: #C68400;
}
.AnyTagClassName
{
color: #C68400;
}
</style>
background-color css
<style>
a { background-color: #C68400; }
a { background-color: rgb(198,132,0); }
div.DivClassName
{
background-color: #C68400;
}
.BgClassName
{
background-color: #C68400;
}
</style>
border-color css
<style>
span { border-color: #C68400; }
span { border-color: rgb(198,132,0); }
td.TdClassName
{
border-color: #C68400;
}
.TagClassName
{
border-color: #C68400;
}
</style>