Shades of Dark Goldenrod #C68E02
Tints of Dark Goldenrod #C68E02
RGB
CMYK
RGB Variations
Color information
#C68E02 (or 0xC68E02) is known color: Dark Goldenrod. HEX triplet: C6, 8E and 02. RGB value is (198,142,2). Sum of RGB (Red+Green+Blue) = 198+142+2=342 (45% of max value = 765). Red value is 198 (77.73% from 255 or 57.89% from 342); Green value is 142 (55.86% from 255 or 41.52% from 342); Blue value is 2 (1.17% from 255 or 0.58% from 342); Max value from RGB is 198 - color contains mainly: red. Hex color #C68E02 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C68E02 is #3971FD. Grayscale: #8F8F8F. Windows color (decimal): -3764734 or 167622. OLE color: 167622.
HSL color Cylindrical-coordinate representation of color #C68E02: hue angle of 42.86º degrees, saturation: 0.98, 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 #C68E02 is Cyan = 0, Magento = 0.28, Yellow = 0.99 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 142 | 2 | - |
| CMYK | 0 | 0.28 | 0.99 | 0.22 |
| HSL | 42.86º | 0.98% | 0.39% | - |
| HSV(B) | 42.86º | 0.99% | 0.78% | - |
| XYZ | 32.97 | 31.36 | 4.37 | - |
| YUV | 142.78 | 48.55 | 167.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 142 | 2 | 0 | 0.28 | 0.99 | 0.22 | 42.86 | 0.98 | 0.39 |
| Hex | C6 | 8E | 2 | 0 | 1C | 63 | 16 | 2B | 62 | 27 |
| Octal | 306 | 216 | 2 | 0 | 34 | 143 | 26 | 53 | 142 | 47 |
| Binary | 11000110 | 10001110 | 10 | 0 | 11100 | 1100011 | 10110 | 101011 | 1100010 | 100111 |
Color Harmonies of #C68E02
Complementary color
Monochromatic Colors of #C68E02
Black with #C68E02
Text Example
Text Example
White with #C68E02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68E02; }
p { color: rgb(198,142,2); }
H1.HeaderClassName
{
color: #C68E02;
}
.AnyTagClassName
{
color: #C68E02;
}
</style>
background-color css
<style>
a { background-color: #C68E02; }
a { background-color: rgb(198,142,2); }
div.DivClassName
{
background-color: #C68E02;
}
.BgClassName
{
background-color: #C68E02;
}
</style>
border-color css
<style>
span { border-color: #C68E02; }
span { border-color: rgb(198,142,2); }
td.TdClassName
{
border-color: #C68E02;
}
.TagClassName
{
border-color: #C68E02;
}
</style>