Shades of Dark Goldenrod #C68303
Tints of Dark Goldenrod #C68303
RGB
CMYK
RGB Variations
Color information
#C68303 (or 0xC68303) is known color: Dark Goldenrod. HEX triplet: C6, 83 and 03. RGB value is (198,131,3). Sum of RGB (Red+Green+Blue) = 198+131+3=332 (43% of max value = 765). Red value is 198 (77.73% from 255 or 59.64% from 332); Green value is 131 (51.56% from 255 or 39.46% from 332); Blue value is 3 (1.56% from 255 or 0.90% from 332); Max value from RGB is 198 - color contains mainly: red. Hex color #C68303 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C68303 is #397CFC. Grayscale: #898989. Windows color (decimal): -3767549 or 230342. OLE color: 230342.
HSL color Cylindrical-coordinate representation of color #C68303: hue angle of 39.38º 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 #C68303 is Cyan = 0, Magento = 0.34, Yellow = 0.98 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 131 | 3 | - |
| CMYK | 0 | 0.34 | 0.98 | 0.22 |
| HSL | 39.38º | 0.97% | 0.39% | - |
| HSV(B) | 39.38º | 0.98% | 0.78% | - |
| XYZ | 31.42 | 28.24 | 3.88 | - |
| YUV | 136.44 | 52.7 | 171.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 131 | 3 | 0 | 0.34 | 0.98 | 0.22 | 39.38 | 0.97 | 0.39 |
| Hex | C6 | 83 | 3 | 0 | 22 | 62 | 16 | 27 | 61 | 27 |
| Octal | 306 | 203 | 3 | 0 | 42 | 142 | 26 | 47 | 141 | 47 |
| Binary | 11000110 | 10000011 | 11 | 0 | 100010 | 1100010 | 10110 | 100111 | 1100001 | 100111 |
Color Harmonies of #C68303
Complementary color
Monochromatic Colors of #C68303
Black with #C68303
Text Example
Text Example
White with #C68303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68303; }
p { color: rgb(198,131,3); }
H1.HeaderClassName
{
color: #C68303;
}
.AnyTagClassName
{
color: #C68303;
}
</style>
background-color css
<style>
a { background-color: #C68303; }
a { background-color: rgb(198,131,3); }
div.DivClassName
{
background-color: #C68303;
}
.BgClassName
{
background-color: #C68303;
}
</style>
border-color css
<style>
span { border-color: #C68303; }
span { border-color: rgb(198,131,3); }
td.TdClassName
{
border-color: #C68303;
}
.TagClassName
{
border-color: #C68303;
}
</style>