Shades of Dark Goldenrod #C68803
Tints of Dark Goldenrod #C68803
RGB
CMYK
RGB Variations
Color information
#C68803 (or 0xC68803) is known color: Dark Goldenrod. HEX triplet: C6, 88 and 03. RGB value is (198,136,3). Sum of RGB (Red+Green+Blue) = 198+136+3=337 (44% of max value = 765). Red value is 198 (77.73% from 255 or 58.75% from 337); Green value is 136 (53.52% from 255 or 40.36% from 337); Blue value is 3 (1.56% from 255 or 0.89% from 337); Max value from RGB is 198 - color contains mainly: red. Hex color #C68803 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C68803 is #3977FC. Grayscale: #8B8B8B. Windows color (decimal): -3766269 or 231622. OLE color: 231622.
HSL color Cylindrical-coordinate representation of color #C68803: hue angle of 40.92º 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 #C68803 is Cyan = 0, Magento = 0.31, Yellow = 0.98 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 136 | 3 | - |
| CMYK | 0 | 0.31 | 0.98 | 0.22 |
| HSL | 40.92º | 0.97% | 0.39% | - |
| HSV(B) | 40.92º | 0.98% | 0.78% | - |
| XYZ | 32.11 | 29.62 | 4.11 | - |
| YUV | 139.38 | 51.04 | 169.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 136 | 3 | 0 | 0.31 | 0.98 | 0.22 | 40.92 | 0.97 | 0.39 |
| Hex | C6 | 88 | 3 | 0 | 1F | 62 | 16 | 29 | 61 | 27 |
| Octal | 306 | 210 | 3 | 0 | 37 | 142 | 26 | 51 | 141 | 47 |
| Binary | 11000110 | 10001000 | 11 | 0 | 11111 | 1100010 | 10110 | 101001 | 1100001 | 100111 |
Color Harmonies of #C68803
Complementary color
Monochromatic Colors of #C68803
Black with #C68803
Text Example
Text Example
White with #C68803
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68803; }
p { color: rgb(198,136,3); }
H1.HeaderClassName
{
color: #C68803;
}
.AnyTagClassName
{
color: #C68803;
}
</style>
background-color css
<style>
a { background-color: #C68803; }
a { background-color: rgb(198,136,3); }
div.DivClassName
{
background-color: #C68803;
}
.BgClassName
{
background-color: #C68803;
}
</style>
border-color css
<style>
span { border-color: #C68803; }
span { border-color: rgb(198,136,3); }
td.TdClassName
{
border-color: #C68803;
}
.TagClassName
{
border-color: #C68803;
}
</style>