Shades of Dark Goldenrod #C68300
Tints of Dark Goldenrod #C68300
RGB
CMYK
RGB Variations
Color information
#C68300 (or 0xC68300) is known color: Dark Goldenrod. HEX triplet: C6, 83 and 00. RGB value is (198,131,0). Sum of RGB (Red+Green+Blue) = 198+131+0=329 (43% of max value = 765). Red value is 198 (77.73% from 255 or 60.18% from 329); Green value is 131 (51.56% from 255 or 39.82% from 329); Blue value is 0 (0.39% from 255 or 0% from 329); Max value from RGB is 198 - color contains mainly: red. Hex color #C68300 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C68300 is #397CFF. Grayscale: #888888. Windows color (decimal): -3767552 or 33734. OLE color: 33734.
HSL color Cylindrical-coordinate representation of color #C68300: hue angle of 39.7º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C68300 is Cyan = 0, Magento = 0.34, Yellow = 1 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 131 | 0 | - |
| CMYK | 0 | 0.34 | 1 | 0.22 |
| HSL | 39.7º | 1% | 0.39% | - |
| HSV(B) | 39.7º | 1% | 0.78% | - |
| XYZ | 31.41 | 28.24 | 3.8 | - |
| YUV | 136.1 | 51.2 | 172.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 131 | 0 | 0 | 0.34 | 1 | 0.22 | 39.7 | 1 | 0.39 |
| Hex | C6 | 83 | 0 | 0 | 22 | 64 | 16 | 28 | 64 | 27 |
| Octal | 306 | 203 | 0 | 0 | 42 | 144 | 26 | 50 | 144 | 47 |
| Binary | 11000110 | 10000011 | 0 | 0 | 100010 | 1100100 | 10110 | 101000 | 1100100 | 100111 |
Color Harmonies of #C68300
Complementary color
Monochromatic Colors of #C68300
Black with #C68300
Text Example
Text Example
White with #C68300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68300; }
p { color: rgb(198,131,0); }
H1.HeaderClassName
{
color: #C68300;
}
.AnyTagClassName
{
color: #C68300;
}
</style>
background-color css
<style>
a { background-color: #C68300; }
a { background-color: rgb(198,131,0); }
div.DivClassName
{
background-color: #C68300;
}
.BgClassName
{
background-color: #C68300;
}
</style>
border-color css
<style>
span { border-color: #C68300; }
span { border-color: rgb(198,131,0); }
td.TdClassName
{
border-color: #C68300;
}
.TagClassName
{
border-color: #C68300;
}
</style>