Shades of Dark Goldenrod #C68500
Tints of Dark Goldenrod #C68500
RGB
CMYK
RGB Variations
Color information
#C68500 (or 0xC68500) is known color: Dark Goldenrod. HEX triplet: C6, 85 and 00. RGB value is (198,133,0). Sum of RGB (Red+Green+Blue) = 198+133+0=331 (43% of max value = 765). Red value is 198 (77.73% from 255 or 59.82% from 331); Green value is 133 (52.34% from 255 or 40.18% from 331); Blue value is 0 (0.39% from 255 or 0% from 331); Max value from RGB is 198 - color contains mainly: red. Hex color #C68500 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C68500 is #397AFF. Grayscale: #898989. Windows color (decimal): -3767040 or 34246. OLE color: 34246.
HSL color Cylindrical-coordinate representation of color #C68500: hue angle of 40.3º 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 #C68500 is Cyan = 0, Magento = 0.33, Yellow = 1 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 133 | 0 | - |
| CMYK | 0 | 0.33 | 1 | 0.22 |
| HSL | 40.3º | 1% | 0.39% | - |
| HSV(B) | 40.3º | 1% | 0.78% | - |
| XYZ | 31.68 | 28.78 | 3.89 | - |
| YUV | 137.27 | 50.53 | 171.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 133 | 0 | 0 | 0.33 | 1 | 0.22 | 40.3 | 1 | 0.39 |
| Hex | C6 | 85 | 0 | 0 | 21 | 64 | 16 | 28 | 64 | 27 |
| Octal | 306 | 205 | 0 | 0 | 41 | 144 | 26 | 50 | 144 | 47 |
| Binary | 11000110 | 10000101 | 0 | 0 | 100001 | 1100100 | 10110 | 101000 | 1100100 | 100111 |
Color Harmonies of #C68500
Complementary color
Monochromatic Colors of #C68500
Black with #C68500
Text Example
Text Example
White with #C68500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68500; }
p { color: rgb(198,133,0); }
H1.HeaderClassName
{
color: #C68500;
}
.AnyTagClassName
{
color: #C68500;
}
</style>
background-color css
<style>
a { background-color: #C68500; }
a { background-color: rgb(198,133,0); }
div.DivClassName
{
background-color: #C68500;
}
.BgClassName
{
background-color: #C68500;
}
</style>
border-color css
<style>
span { border-color: #C68500; }
span { border-color: rgb(198,133,0); }
td.TdClassName
{
border-color: #C68500;
}
.TagClassName
{
border-color: #C68500;
}
</style>