Shades of Dark Goldenrod #C68A03
Tints of Dark Goldenrod #C68A03
RGB
CMYK
RGB Variations
Color information
#C68A03 (or 0xC68A03) is known color: Dark Goldenrod. HEX triplet: C6, 8A and 03. RGB value is (198,138,3). Sum of RGB (Red+Green+Blue) = 198+138+3=339 (44% of max value = 765). Red value is 198 (77.73% from 255 or 58.41% from 339); Green value is 138 (54.30% from 255 or 40.71% from 339); Blue value is 3 (1.56% from 255 or 0.88% from 339); Max value from RGB is 198 - color contains mainly: red. Hex color #C68A03 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C68A03 is #3975FC. Grayscale: #8D8D8D. Windows color (decimal): -3765757 or 232134. OLE color: 232134.
HSL color Cylindrical-coordinate representation of color #C68A03: hue angle of 41.54º 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 #C68A03 is Cyan = 0, Magento = 0.30, Yellow = 0.98 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 138 | 3 | - |
| CMYK | 0 | 0.30 | 0.98 | 0.22 |
| HSL | 41.54º | 0.97% | 0.39% | - |
| HSV(B) | 41.54º | 0.98% | 0.78% | - |
| XYZ | 32.39 | 30.19 | 4.21 | - |
| YUV | 140.55 | 50.38 | 168.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 138 | 3 | 0 | 0.30 | 0.98 | 0.22 | 41.54 | 0.97 | 0.39 |
| Hex | C6 | 8A | 3 | 0 | 1E | 62 | 16 | 2A | 61 | 27 |
| Octal | 306 | 212 | 3 | 0 | 36 | 142 | 26 | 52 | 141 | 47 |
| Binary | 11000110 | 10001010 | 11 | 0 | 11110 | 1100010 | 10110 | 101010 | 1100001 | 100111 |
Color Harmonies of #C68A03
Complementary color
Monochromatic Colors of #C68A03
Black with #C68A03
Text Example
Text Example
White with #C68A03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68A03; }
p { color: rgb(198,138,3); }
H1.HeaderClassName
{
color: #C68A03;
}
.AnyTagClassName
{
color: #C68A03;
}
</style>
background-color css
<style>
a { background-color: #C68A03; }
a { background-color: rgb(198,138,3); }
div.DivClassName
{
background-color: #C68A03;
}
.BgClassName
{
background-color: #C68A03;
}
</style>
border-color css
<style>
span { border-color: #C68A03; }
span { border-color: rgb(198,138,3); }
td.TdClassName
{
border-color: #C68A03;
}
.TagClassName
{
border-color: #C68A03;
}
</style>