Shades of Dark Goldenrod #C68A02
Tints of Dark Goldenrod #C68A02
RGB
CMYK
RGB Variations
Color information
#C68A02 (or 0xC68A02) is known color: Dark Goldenrod. HEX triplet: C6, 8A and 02. RGB value is (198,138,2). Sum of RGB (Red+Green+Blue) = 198+138+2=338 (44% of max value = 765). Red value is 198 (77.73% from 255 or 58.58% from 338); Green value is 138 (54.30% from 255 or 40.83% from 338); Blue value is 2 (1.17% from 255 or 0.59% from 338); Max value from RGB is 198 - color contains mainly: red. Hex color #C68A02 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C68A02 is #3975FD. Grayscale: #8D8D8D. Windows color (decimal): -3765758 or 166598. OLE color: 166598.
HSL color Cylindrical-coordinate representation of color #C68A02: hue angle of 41.63º 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 #C68A02 is Cyan = 0, Magento = 0.30, Yellow = 0.99 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 138 | 2 | - |
| CMYK | 0 | 0.30 | 0.99 | 0.22 |
| HSL | 41.63º | 0.98% | 0.39% | - |
| HSV(B) | 41.63º | 0.99% | 0.78% | - |
| XYZ | 32.39 | 30.19 | 4.18 | - |
| YUV | 140.44 | 49.88 | 169.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 138 | 2 | 0 | 0.30 | 0.99 | 0.22 | 41.63 | 0.98 | 0.39 |
| Hex | C6 | 8A | 2 | 0 | 1E | 63 | 16 | 2A | 62 | 27 |
| Octal | 306 | 212 | 2 | 0 | 36 | 143 | 26 | 52 | 142 | 47 |
| Binary | 11000110 | 10001010 | 10 | 0 | 11110 | 1100011 | 10110 | 101010 | 1100010 | 100111 |
Color Harmonies of #C68A02
Complementary color
Monochromatic Colors of #C68A02
Black with #C68A02
Text Example
Text Example
White with #C68A02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68A02; }
p { color: rgb(198,138,2); }
H1.HeaderClassName
{
color: #C68A02;
}
.AnyTagClassName
{
color: #C68A02;
}
</style>
background-color css
<style>
a { background-color: #C68A02; }
a { background-color: rgb(198,138,2); }
div.DivClassName
{
background-color: #C68A02;
}
.BgClassName
{
background-color: #C68A02;
}
</style>
border-color css
<style>
span { border-color: #C68A02; }
span { border-color: rgb(198,138,2); }
td.TdClassName
{
border-color: #C68A02;
}
.TagClassName
{
border-color: #C68A02;
}
</style>