Shades of Dark Goldenrod #C8920A
Tints of Dark Goldenrod #C8920A
RGB
CMYK
RGB Variations
Color information
#C8920A (or 0xC8920A) is known color: Dark Goldenrod. HEX triplet: C8, 92 and 0A. RGB value is (200,146,10). Sum of RGB (Red+Green+Blue) = 200+146+10=356 (47% of max value = 765). Red value is 200 (78.52% from 255 or 56.18% from 356); Green value is 146 (57.42% from 255 or 41.01% from 356); Blue value is 10 (4.30% from 255 or 2.81% from 356); Max value from RGB is 200 - color contains mainly: red. Hex color #C8920A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C8920A is #376DF5. Grayscale: #939393. Windows color (decimal): -3632630 or 692936. OLE color: 692936.
HSL color Cylindrical-coordinate representation of color #C8920A: hue angle of 42.95º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C8920A is Cyan = 0, Magento = 0.27, Yellow = 0.95 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 146 | 10 | - |
| CMYK | 0 | 0.27 | 0.95 | 0.22 |
| HSL | 42.95º | 0.9% | 0.41% | - |
| HSV(B) | 42.95º | 0.95% | 0.78% | - |
| XYZ | 34.15 | 32.86 | 4.83 | - |
| YUV | 146.64 | 50.89 | 166.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 146 | 10 | 0 | 0.27 | 0.95 | 0.22 | 42.95 | 0.9 | 0.41 |
| Hex | C8 | 92 | A | 0 | 1B | 5F | 16 | 2B | 5A | 29 |
| Octal | 310 | 222 | 12 | 0 | 33 | 137 | 26 | 53 | 132 | 51 |
| Binary | 11001000 | 10010010 | 1010 | 0 | 11011 | 1011111 | 10110 | 101011 | 1011010 | 101001 |
Color Harmonies of #C8920A
Complementary color
Monochromatic Colors of #C8920A
Black with #C8920A
Text Example
Text Example
White with #C8920A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8920A; }
p { color: rgb(200,146,10); }
H1.HeaderClassName
{
color: #C8920A;
}
.AnyTagClassName
{
color: #C8920A;
}
</style>
background-color css
<style>
a { background-color: #C8920A; }
a { background-color: rgb(200,146,10); }
div.DivClassName
{
background-color: #C8920A;
}
.BgClassName
{
background-color: #C8920A;
}
</style>
border-color css
<style>
span { border-color: #C8920A; }
span { border-color: rgb(200,146,10); }
td.TdClassName
{
border-color: #C8920A;
}
.TagClassName
{
border-color: #C8920A;
}
</style>