Shades of Dark Goldenrod #C68C01
Tints of Dark Goldenrod #C68C01
RGB
CMYK
RGB Variations
Color information
#C68C01 (or 0xC68C01) is known color: Dark Goldenrod. HEX triplet: C6, 8C and 01. RGB value is (198,140,1). Sum of RGB (Red+Green+Blue) = 198+140+1=339 (44% of max value = 765). Red value is 198 (77.73% from 255 or 58.41% from 339); Green value is 140 (55.08% from 255 or 41.30% from 339); Blue value is 1 (0.78% from 255 or 0.29% from 339); Max value from RGB is 198 - color contains mainly: red. Hex color #C68C01 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C68C01 is #3973FE. Grayscale: #8E8E8E. Windows color (decimal): -3765247 or 101574. OLE color: 101574.
HSL color Cylindrical-coordinate representation of color #C68C01: hue angle of 42.34º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C68C01 is Cyan = 0, Magento = 0.29, Yellow = 0.99 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 140 | 1 | - |
| CMYK | 0 | 0.29 | 0.99 | 0.22 |
| HSL | 42.34º | 0.99% | 0.39% | - |
| HSV(B) | 42.34º | 0.99% | 0.78% | - |
| XYZ | 32.67 | 30.76 | 4.24 | - |
| YUV | 141.5 | 48.72 | 168.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 140 | 1 | 0 | 0.29 | 0.99 | 0.22 | 42.34 | 0.99 | 0.39 |
| Hex | C6 | 8C | 1 | 0 | 1D | 63 | 16 | 2A | 63 | 27 |
| Octal | 306 | 214 | 1 | 0 | 35 | 143 | 26 | 52 | 143 | 47 |
| Binary | 11000110 | 10001100 | 1 | 0 | 11101 | 1100011 | 10110 | 101010 | 1100011 | 100111 |
Color Harmonies of #C68C01
Complementary color
Monochromatic Colors of #C68C01
Black with #C68C01
Text Example
Text Example
White with #C68C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68C01; }
p { color: rgb(198,140,1); }
H1.HeaderClassName
{
color: #C68C01;
}
.AnyTagClassName
{
color: #C68C01;
}
</style>
background-color css
<style>
a { background-color: #C68C01; }
a { background-color: rgb(198,140,1); }
div.DivClassName
{
background-color: #C68C01;
}
.BgClassName
{
background-color: #C68C01;
}
</style>
border-color css
<style>
span { border-color: #C68C01; }
span { border-color: rgb(198,140,1); }
td.TdClassName
{
border-color: #C68C01;
}
.TagClassName
{
border-color: #C68C01;
}
</style>