Shades of Dark Goldenrod #C7920A
Tints of Dark Goldenrod #C7920A
RGB
CMYK
RGB Variations
Color information
#C7920A (or 0xC7920A) is known color: Dark Goldenrod. HEX triplet: C7, 92 and 0A. RGB value is (199,146,10). Sum of RGB (Red+Green+Blue) = 199+146+10=355 (47% of max value = 765). Red value is 199 (78.12% from 255 or 56.06% from 355); Green value is 146 (57.42% from 255 or 41.13% from 355); Blue value is 10 (4.30% from 255 or 2.82% from 355); Max value from RGB is 199 - color contains mainly: red. Hex color #C7920A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C7920A is #386DF5. Grayscale: #929292. Windows color (decimal): -3698166 or 692935. OLE color: 692935.
HSL color Cylindrical-coordinate representation of color #C7920A: hue angle of 43.17º 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 #C7920A is Cyan = 0, Magento = 0.27, Yellow = 0.95 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 146 | 10 | - |
| CMYK | 0 | 0.27 | 0.95 | 0.22 |
| HSL | 43.17º | 0.9% | 0.41% | - |
| HSV(B) | 43.17º | 0.95% | 0.78% | - |
| XYZ | 33.89 | 32.72 | 4.82 | - |
| YUV | 146.34 | 51.06 | 165.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 146 | 10 | 0 | 0.27 | 0.95 | 0.22 | 43.17 | 0.9 | 0.41 |
| Hex | C7 | 92 | A | 0 | 1B | 5F | 16 | 2B | 5A | 29 |
| Octal | 307 | 222 | 12 | 0 | 33 | 137 | 26 | 53 | 132 | 51 |
| Binary | 11000111 | 10010010 | 1010 | 0 | 11011 | 1011111 | 10110 | 101011 | 1011010 | 101001 |
Color Harmonies of #C7920A
Complementary color
Monochromatic Colors of #C7920A
Black with #C7920A
Text Example
Text Example
White with #C7920A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7920A; }
p { color: rgb(199,146,10); }
H1.HeaderClassName
{
color: #C7920A;
}
.AnyTagClassName
{
color: #C7920A;
}
</style>
background-color css
<style>
a { background-color: #C7920A; }
a { background-color: rgb(199,146,10); }
div.DivClassName
{
background-color: #C7920A;
}
.BgClassName
{
background-color: #C7920A;
}
</style>
border-color css
<style>
span { border-color: #C7920A; }
span { border-color: rgb(199,146,10); }
td.TdClassName
{
border-color: #C7920A;
}
.TagClassName
{
border-color: #C7920A;
}
</style>