Shades of Dark Goldenrod #C67E01
Tints of Dark Goldenrod #C67E01
RGB
CMYK
RGB Variations
Color information
#C67E01 (or 0xC67E01) is known color: Dark Goldenrod. HEX triplet: C6, 7E and 01. RGB value is (198,126,1). Sum of RGB (Red+Green+Blue) = 198+126+1=325 (43% of max value = 765). Red value is 198 (77.73% from 255 or 60.92% from 325); Green value is 126 (49.61% from 255 or 38.77% from 325); Blue value is 1 (0.78% from 255 or 0.31% from 325); Max value from RGB is 198 - color contains mainly: red. Hex color #C67E01 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C67E01 is #3981FE. Grayscale: #858585. Windows color (decimal): -3768831 or 97990. OLE color: 97990.
HSL color Cylindrical-coordinate representation of color #C67E01: hue angle of 38.07º 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 #C67E01 is Cyan = 0, Magento = 0.36, Yellow = 0.99 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 126 | 1 | - |
| CMYK | 0 | 0.36 | 0.99 | 0.22 |
| HSL | 38.07º | 0.99% | 0.39% | - |
| HSV(B) | 38.07º | 0.99% | 0.78% | - |
| XYZ | 30.76 | 26.93 | 3.61 | - |
| YUV | 133.28 | 53.35 | 174.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 126 | 1 | 0 | 0.36 | 0.99 | 0.22 | 38.07 | 0.99 | 0.39 |
| Hex | C6 | 7E | 1 | 0 | 24 | 63 | 16 | 26 | 63 | 27 |
| Octal | 306 | 176 | 1 | 0 | 44 | 143 | 26 | 46 | 143 | 47 |
| Binary | 11000110 | 1111110 | 1 | 0 | 100100 | 1100011 | 10110 | 100110 | 1100011 | 100111 |
Color Harmonies of #C67E01
Complementary color
Monochromatic Colors of #C67E01
Black with #C67E01
Text Example
Text Example
White with #C67E01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C67E01; }
p { color: rgb(198,126,1); }
H1.HeaderClassName
{
color: #C67E01;
}
.AnyTagClassName
{
color: #C67E01;
}
</style>
background-color css
<style>
a { background-color: #C67E01; }
a { background-color: rgb(198,126,1); }
div.DivClassName
{
background-color: #C67E01;
}
.BgClassName
{
background-color: #C67E01;
}
</style>
border-color css
<style>
span { border-color: #C67E01; }
span { border-color: rgb(198,126,1); }
td.TdClassName
{
border-color: #C67E01;
}
.TagClassName
{
border-color: #C67E01;
}
</style>