Shades of Dark Goldenrod #C67E08
Tints of Dark Goldenrod #C67E08
RGB
CMYK
RGB Variations
Color information
#C67E08 (or 0xC67E08) is known color: Dark Goldenrod. HEX triplet: C6, 7E and 08. RGB value is (198,126,8). Sum of RGB (Red+Green+Blue) = 198+126+8=332 (43% of max value = 765). Red value is 198 (77.73% from 255 or 59.64% from 332); Green value is 126 (49.61% from 255 or 37.95% from 332); Blue value is 8 (3.52% from 255 or 2.41% from 332); Max value from RGB is 198 - color contains mainly: red. Hex color #C67E08 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C67E08 is #3981F7. Grayscale: #868686. Windows color (decimal): -3768824 or 556742. OLE color: 556742.
HSL color Cylindrical-coordinate representation of color #C67E08: hue angle of 37.26º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C67E08 is Cyan = 0, Magento = 0.36, Yellow = 0.96 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 126 | 8 | - |
| CMYK | 0 | 0.36 | 0.96 | 0.22 |
| HSL | 37.26º | 0.92% | 0.4% | - |
| HSV(B) | 37.26º | 0.96% | 0.78% | - |
| XYZ | 30.79 | 26.95 | 3.81 | - |
| YUV | 134.08 | 56.85 | 173.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 126 | 8 | 0 | 0.36 | 0.96 | 0.22 | 37.26 | 0.92 | 0.4 |
| Hex | C6 | 7E | 8 | 0 | 24 | 60 | 16 | 25 | 5C | 28 |
| Octal | 306 | 176 | 10 | 0 | 44 | 140 | 26 | 45 | 134 | 50 |
| Binary | 11000110 | 1111110 | 1000 | 0 | 100100 | 1100000 | 10110 | 100101 | 1011100 | 101000 |
Color Harmonies of #C67E08
Complementary color
Monochromatic Colors of #C67E08
Black with #C67E08
Text Example
Text Example
White with #C67E08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C67E08; }
p { color: rgb(198,126,8); }
H1.HeaderClassName
{
color: #C67E08;
}
.AnyTagClassName
{
color: #C67E08;
}
</style>
background-color css
<style>
a { background-color: #C67E08; }
a { background-color: rgb(198,126,8); }
div.DivClassName
{
background-color: #C67E08;
}
.BgClassName
{
background-color: #C67E08;
}
</style>
border-color css
<style>
span { border-color: #C67E08; }
span { border-color: rgb(198,126,8); }
td.TdClassName
{
border-color: #C67E08;
}
.TagClassName
{
border-color: #C67E08;
}
</style>