Shades of Dark Goldenrod #C68A0B
Tints of Dark Goldenrod #C68A0B
RGB
CMYK
RGB Variations
Color information
#C68A0B (or 0xC68A0B) is known color: Dark Goldenrod. HEX triplet: C6, 8A and 0B. RGB value is (198,138,11). Sum of RGB (Red+Green+Blue) = 198+138+11=347 (45% of max value = 765). Red value is 198 (77.73% from 255 or 57.06% from 347); Green value is 138 (54.30% from 255 or 39.77% from 347); Blue value is 11 (4.69% from 255 or 3.17% from 347); Max value from RGB is 198 - color contains mainly: red. Hex color #C68A0B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C68A0B is #3975F4. Grayscale: #8E8E8E. Windows color (decimal): -3765749 or 756422. OLE color: 756422.
HSL color Cylindrical-coordinate representation of color #C68A0B: hue angle of 40.75º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C68A0B is Cyan = 0, Magento = 0.30, Yellow = 0.94 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 138 | 11 | - |
| CMYK | 0 | 0.30 | 0.94 | 0.22 |
| HSL | 40.75º | 0.89% | 0.41% | - |
| HSV(B) | 40.75º | 0.94% | 0.78% | - |
| XYZ | 32.44 | 30.21 | 4.44 | - |
| YUV | 141.46 | 54.38 | 168.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 138 | 11 | 0 | 0.30 | 0.94 | 0.22 | 40.75 | 0.89 | 0.41 |
| Hex | C6 | 8A | B | 0 | 1E | 5E | 16 | 29 | 59 | 29 |
| Octal | 306 | 212 | 13 | 0 | 36 | 136 | 26 | 51 | 131 | 51 |
| Binary | 11000110 | 10001010 | 1011 | 0 | 11110 | 1011110 | 10110 | 101001 | 1011001 | 101001 |
Color Harmonies of #C68A0B
Complementary color
Monochromatic Colors of #C68A0B
Black with #C68A0B
Text Example
Text Example
White with #C68A0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68A0B; }
p { color: rgb(198,138,11); }
H1.HeaderClassName
{
color: #C68A0B;
}
.AnyTagClassName
{
color: #C68A0B;
}
</style>
background-color css
<style>
a { background-color: #C68A0B; }
a { background-color: rgb(198,138,11); }
div.DivClassName
{
background-color: #C68A0B;
}
.BgClassName
{
background-color: #C68A0B;
}
</style>
border-color css
<style>
span { border-color: #C68A0B; }
span { border-color: rgb(198,138,11); }
td.TdClassName
{
border-color: #C68A0B;
}
.TagClassName
{
border-color: #C68A0B;
}
</style>