Shades of Dark Goldenrod #C6890D
Tints of Dark Goldenrod #C6890D
RGB
CMYK
RGB Variations
Color information
#C6890D (or 0xC6890D) is known color: Dark Goldenrod. HEX triplet: C6, 89 and 0D. RGB value is (198,137,13). Sum of RGB (Red+Green+Blue) = 198+137+13=348 (46% of max value = 765). Red value is 198 (77.73% from 255 or 56.90% from 348); Green value is 137 (53.91% from 255 or 39.37% from 348); Blue value is 13 (5.47% from 255 or 3.74% from 348); Max value from RGB is 198 - color contains mainly: red. Hex color #C6890D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C6890D is #3976F2. Grayscale: #8D8D8D. Windows color (decimal): -3766003 or 887238. OLE color: 887238.
HSL color Cylindrical-coordinate representation of color #C6890D: hue angle of 40.22º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C6890D is Cyan = 0, Magento = 0.31, Yellow = 0.93 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 137 | 13 | - |
| CMYK | 0 | 0.31 | 0.93 | 0.22 |
| HSL | 40.22º | 0.88% | 0.41% | - |
| HSV(B) | 40.22º | 0.93% | 0.78% | - |
| XYZ | 32.31 | 29.93 | 4.45 | - |
| YUV | 141.1 | 55.71 | 168.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 137 | 13 | 0 | 0.31 | 0.93 | 0.22 | 40.22 | 0.88 | 0.41 |
| Hex | C6 | 89 | D | 0 | 1F | 5D | 16 | 28 | 58 | 29 |
| Octal | 306 | 211 | 15 | 0 | 37 | 135 | 26 | 50 | 130 | 51 |
| Binary | 11000110 | 10001001 | 1101 | 0 | 11111 | 1011101 | 10110 | 101000 | 1011000 | 101001 |
Color Harmonies of #C6890D
Complementary color
Monochromatic Colors of #C6890D
Black with #C6890D
Text Example
Text Example
White with #C6890D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6890D; }
p { color: rgb(198,137,13); }
H1.HeaderClassName
{
color: #C6890D;
}
.AnyTagClassName
{
color: #C6890D;
}
</style>
background-color css
<style>
a { background-color: #C6890D; }
a { background-color: rgb(198,137,13); }
div.DivClassName
{
background-color: #C6890D;
}
.BgClassName
{
background-color: #C6890D;
}
</style>
border-color css
<style>
span { border-color: #C6890D; }
span { border-color: rgb(198,137,13); }
td.TdClassName
{
border-color: #C6890D;
}
.TagClassName
{
border-color: #C6890D;
}
</style>