Shades of Dark Goldenrod #C4920B
Tints of Dark Goldenrod #C4920B
RGB
CMYK
RGB Variations
Color information
#C4920B (or 0xC4920B) is known color: Dark Goldenrod. HEX triplet: C4, 92 and 0B. RGB value is (196,146,11). Sum of RGB (Red+Green+Blue) = 196+146+11=353 (46% of max value = 765). Red value is 196 (76.95% from 255 or 55.52% from 353); Green value is 146 (57.42% from 255 or 41.36% from 353); Blue value is 11 (4.69% from 255 or 3.12% from 353); Max value from RGB is 196 - color contains mainly: red. Hex color #C4920B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C4920B is #3B6DF4. Grayscale: #929292. Windows color (decimal): -3894773 or 758468. OLE color: 758468.
HSL color Cylindrical-coordinate representation of color #C4920B: hue angle of 43.78º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C4920B is Cyan = 0, Magento = 0.26, Yellow = 0.94 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 146 | 11 | - |
| CMYK | 0 | 0.26 | 0.94 | 0.23 |
| HSL | 43.78º | 0.89% | 0.41% | - |
| HSV(B) | 43.78º | 0.94% | 0.77% | - |
| XYZ | 33.1 | 32.32 | 4.81 | - |
| YUV | 145.56 | 52.07 | 163.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 146 | 11 | 0 | 0.26 | 0.94 | 0.23 | 43.78 | 0.89 | 0.41 |
| Hex | C4 | 92 | B | 0 | 1A | 5E | 17 | 2C | 59 | 29 |
| Octal | 304 | 222 | 13 | 0 | 32 | 136 | 27 | 54 | 131 | 51 |
| Binary | 11000100 | 10010010 | 1011 | 0 | 11010 | 1011110 | 10111 | 101100 | 1011001 | 101001 |
Color Harmonies of #C4920B
Complementary color
Monochromatic Colors of #C4920B
Black with #C4920B
Text Example
Text Example
White with #C4920B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4920B; }
p { color: rgb(196,146,11); }
H1.HeaderClassName
{
color: #C4920B;
}
.AnyTagClassName
{
color: #C4920B;
}
</style>
background-color css
<style>
a { background-color: #C4920B; }
a { background-color: rgb(196,146,11); }
div.DivClassName
{
background-color: #C4920B;
}
.BgClassName
{
background-color: #C4920B;
}
</style>
border-color css
<style>
span { border-color: #C4920B; }
span { border-color: rgb(196,146,11); }
td.TdClassName
{
border-color: #C4920B;
}
.TagClassName
{
border-color: #C4920B;
}
</style>