Shades of Dark Goldenrod #C68101
Tints of Dark Goldenrod #C68101
RGB
CMYK
RGB Variations
Color information
#C68101 (or 0xC68101) is known color: Dark Goldenrod. HEX triplet: C6, 81 and 01. RGB value is (198,129,1). Sum of RGB (Red+Green+Blue) = 198+129+1=328 (43% of max value = 765). Red value is 198 (77.73% from 255 or 60.37% from 328); Green value is 129 (50.78% from 255 or 39.33% from 328); Blue value is 1 (0.78% from 255 or 0.30% from 328); Max value from RGB is 198 - color contains mainly: red. Hex color #C68101 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C68101 is #397EFE. Grayscale: #878787. Windows color (decimal): -3768063 or 98758. OLE color: 98758.
HSL color Cylindrical-coordinate representation of color #C68101: hue angle of 38.98º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C68101 is Cyan = 0, Magento = 0.35, Yellow = 0.99 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 129 | 1 | - |
| CMYK | 0 | 0.35 | 0.99 | 0.22 |
| HSL | 38.98º | 0.99% | 0.39% | - |
| HSV(B) | 38.98º | 0.99% | 0.78% | - |
| XYZ | 31.14 | 27.71 | 3.74 | - |
| YUV | 135.04 | 52.36 | 172.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 129 | 1 | 0 | 0.35 | 0.99 | 0.22 | 38.98 | 0.99 | 0.39 |
| Hex | C6 | 81 | 1 | 0 | 23 | 63 | 16 | 27 | 63 | 27 |
| Octal | 306 | 201 | 1 | 0 | 43 | 143 | 26 | 47 | 143 | 47 |
| Binary | 11000110 | 10000001 | 1 | 0 | 100011 | 1100011 | 10110 | 100111 | 1100011 | 100111 |
Color Harmonies of #C68101
Complementary color
Monochromatic Colors of #C68101
Black with #C68101
Text Example
Text Example
White with #C68101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68101; }
p { color: rgb(198,129,1); }
H1.HeaderClassName
{
color: #C68101;
}
.AnyTagClassName
{
color: #C68101;
}
</style>
background-color css
<style>
a { background-color: #C68101; }
a { background-color: rgb(198,129,1); }
div.DivClassName
{
background-color: #C68101;
}
.BgClassName
{
background-color: #C68101;
}
</style>
border-color css
<style>
span { border-color: #C68101; }
span { border-color: rgb(198,129,1); }
td.TdClassName
{
border-color: #C68101;
}
.TagClassName
{
border-color: #C68101;
}
</style>