Shades of Dark Goldenrod #C67301
Tints of Dark Goldenrod #C67301
RGB
CMYK
RGB Variations
Color information
#C67301 (or 0xC67301) is known color: Dark Goldenrod. HEX triplet: C6, 73 and 01. RGB value is (198,115,1). Sum of RGB (Red+Green+Blue) = 198+115+1=314 (41% of max value = 765). Red value is 198 (77.73% from 255 or 63.06% from 314); Green value is 115 (45.31% from 255 or 36.62% from 314); Blue value is 1 (0.78% from 255 or 0.32% from 314); Max value from RGB is 198 - color contains mainly: red. Hex color #C67301 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C67301 is #398CFE. Grayscale: #7F7F7F. Windows color (decimal): -3771647 or 95174. OLE color: 95174.
HSL color Cylindrical-coordinate representation of color #C67301: hue angle of 34.72º 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 #C67301 is Cyan = 0, Magento = 0.42, Yellow = 0.99 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 115 | 1 | - |
| CMYK | 0 | 0.42 | 0.99 | 0.22 |
| HSL | 34.72º | 0.99% | 0.39% | - |
| HSV(B) | 34.72º | 0.99% | 0.78% | - |
| XYZ | 29.42 | 24.27 | 3.16 | - |
| YUV | 126.82 | 57 | 178.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 115 | 1 | 0 | 0.42 | 0.99 | 0.22 | 34.72 | 0.99 | 0.39 |
| Hex | C6 | 73 | 1 | 0 | 2A | 63 | 16 | 23 | 63 | 27 |
| Octal | 306 | 163 | 1 | 0 | 52 | 143 | 26 | 43 | 143 | 47 |
| Binary | 11000110 | 1110011 | 1 | 0 | 101010 | 1100011 | 10110 | 100011 | 1100011 | 100111 |
Color Harmonies of #C67301
Complementary color
Monochromatic Colors of #C67301
Black with #C67301
Text Example
Text Example
White with #C67301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C67301; }
p { color: rgb(198,115,1); }
H1.HeaderClassName
{
color: #C67301;
}
.AnyTagClassName
{
color: #C67301;
}
</style>
background-color css
<style>
a { background-color: #C67301; }
a { background-color: rgb(198,115,1); }
div.DivClassName
{
background-color: #C67301;
}
.BgClassName
{
background-color: #C67301;
}
</style>
border-color css
<style>
span { border-color: #C67301; }
span { border-color: rgb(198,115,1); }
td.TdClassName
{
border-color: #C67301;
}
.TagClassName
{
border-color: #C67301;
}
</style>