Shades of Dark Goldenrod #C8920D
Tints of Dark Goldenrod #C8920D
RGB
CMYK
RGB Variations
Color information
#C8920D (or 0xC8920D) is known color: Dark Goldenrod. HEX triplet: C8, 92 and 0D. RGB value is (200,146,13). Sum of RGB (Red+Green+Blue) = 200+146+13=359 (47% of max value = 765). Red value is 200 (78.52% from 255 or 55.71% from 359); Green value is 146 (57.42% from 255 or 40.67% from 359); Blue value is 13 (5.47% from 255 or 3.62% from 359); Max value from RGB is 200 - color contains mainly: red. Hex color #C8920D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C8920D is #376DF2. Grayscale: #939393. Windows color (decimal): -3632627 or 889544. OLE color: 889544.
HSL color Cylindrical-coordinate representation of color #C8920D: hue angle of 42.67º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C8920D is Cyan = 0, Magento = 0.27, Yellow = 0.94 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 146 | 13 | - |
| CMYK | 0 | 0.27 | 0.94 | 0.22 |
| HSL | 42.67º | 0.88% | 0.42% | - |
| HSV(B) | 42.67º | 0.94% | 0.78% | - |
| XYZ | 34.17 | 32.87 | 4.92 | - |
| YUV | 146.98 | 52.39 | 165.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 146 | 13 | 0 | 0.27 | 0.94 | 0.22 | 42.67 | 0.88 | 0.42 |
| Hex | C8 | 92 | D | 0 | 1B | 5E | 16 | 2B | 58 | 2A |
| Octal | 310 | 222 | 15 | 0 | 33 | 136 | 26 | 53 | 130 | 52 |
| Binary | 11001000 | 10010010 | 1101 | 0 | 11011 | 1011110 | 10110 | 101011 | 1011000 | 101010 |
Color Harmonies of #C8920D
Complementary color
Monochromatic Colors of #C8920D
Black with #C8920D
Text Example
Text Example
White with #C8920D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8920D; }
p { color: rgb(200,146,13); }
H1.HeaderClassName
{
color: #C8920D;
}
.AnyTagClassName
{
color: #C8920D;
}
</style>
background-color css
<style>
a { background-color: #C8920D; }
a { background-color: rgb(200,146,13); }
div.DivClassName
{
background-color: #C8920D;
}
.BgClassName
{
background-color: #C8920D;
}
</style>
border-color css
<style>
span { border-color: #C8920D; }
span { border-color: rgb(200,146,13); }
td.TdClassName
{
border-color: #C8920D;
}
.TagClassName
{
border-color: #C8920D;
}
</style>