Shades of Dark Goldenrod #C68603
Tints of Dark Goldenrod #C68603
RGB
CMYK
RGB Variations
Color information
#C68603 (or 0xC68603) is known color: Dark Goldenrod. HEX triplet: C6, 86 and 03. RGB value is (198,134,3). Sum of RGB (Red+Green+Blue) = 198+134+3=335 (44% of max value = 765). Red value is 198 (77.73% from 255 or 59.10% from 335); Green value is 134 (52.73% from 255 or 40% from 335); Blue value is 3 (1.56% from 255 or 0.90% from 335); Max value from RGB is 198 - color contains mainly: red. Hex color #C68603 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C68603 is #3979FC. Grayscale: #8A8A8A. Windows color (decimal): -3766781 or 231110. OLE color: 231110.
HSL color Cylindrical-coordinate representation of color #C68603: hue angle of 40.31º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C68603 is Cyan = 0, Magento = 0.32, Yellow = 0.98 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 134 | 3 | - |
| CMYK | 0 | 0.32 | 0.98 | 0.22 |
| HSL | 40.31º | 0.97% | 0.39% | - |
| HSV(B) | 40.31º | 0.98% | 0.78% | - |
| XYZ | 31.83 | 29.06 | 4.02 | - |
| YUV | 138.2 | 51.7 | 170.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 134 | 3 | 0 | 0.32 | 0.98 | 0.22 | 40.31 | 0.97 | 0.39 |
| Hex | C6 | 86 | 3 | 0 | 20 | 62 | 16 | 28 | 61 | 27 |
| Octal | 306 | 206 | 3 | 0 | 40 | 142 | 26 | 50 | 141 | 47 |
| Binary | 11000110 | 10000110 | 11 | 0 | 100000 | 1100010 | 10110 | 101000 | 1100001 | 100111 |
Color Harmonies of #C68603
Complementary color
Monochromatic Colors of #C68603
Black with #C68603
Text Example
Text Example
White with #C68603
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68603; }
p { color: rgb(198,134,3); }
H1.HeaderClassName
{
color: #C68603;
}
.AnyTagClassName
{
color: #C68603;
}
</style>
background-color css
<style>
a { background-color: #C68603; }
a { background-color: rgb(198,134,3); }
div.DivClassName
{
background-color: #C68603;
}
.BgClassName
{
background-color: #C68603;
}
</style>
border-color css
<style>
span { border-color: #C68603; }
span { border-color: rgb(198,134,3); }
td.TdClassName
{
border-color: #C68603;
}
.TagClassName
{
border-color: #C68603;
}
</style>