Shades of Dark Goldenrod #C4920F
Tints of Dark Goldenrod #C4920F
RGB
CMYK
RGB Variations
Color information
#C4920F (or 0xC4920F) is known color: Dark Goldenrod. HEX triplet: C4, 92 and 0F. RGB value is (196,146,15). Sum of RGB (Red+Green+Blue) = 196+146+15=357 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.90% from 357); Green value is 146 (57.42% from 255 or 40.90% from 357); Blue value is 15 (6.25% from 255 or 4.20% from 357); Max value from RGB is 196 - color contains mainly: red. Hex color #C4920F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C4920F is #3B6DF0. Grayscale: #929292. Windows color (decimal): -3894769 or 1020612. OLE color: 1020612.
HSL color Cylindrical-coordinate representation of color #C4920F: hue angle of 43.43º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C4920F is Cyan = 0, Magento = 0.26, Yellow = 0.92 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 146 | 15 | - |
| CMYK | 0 | 0.26 | 0.92 | 0.23 |
| HSL | 43.43º | 0.86% | 0.41% | - |
| HSV(B) | 43.43º | 0.92% | 0.77% | - |
| XYZ | 33.13 | 32.33 | 4.95 | - |
| YUV | 146.02 | 54.07 | 163.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 146 | 15 | 0 | 0.26 | 0.92 | 0.23 | 43.43 | 0.86 | 0.41 |
| Hex | C4 | 92 | F | 0 | 1A | 5C | 17 | 2B | 56 | 29 |
| Octal | 304 | 222 | 17 | 0 | 32 | 134 | 27 | 53 | 126 | 51 |
| Binary | 11000100 | 10010010 | 1111 | 0 | 11010 | 1011100 | 10111 | 101011 | 1010110 | 101001 |
Color Harmonies of #C4920F
Complementary color
Monochromatic Colors of #C4920F
Black with #C4920F
Text Example
Text Example
White with #C4920F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4920F; }
p { color: rgb(196,146,15); }
H1.HeaderClassName
{
color: #C4920F;
}
.AnyTagClassName
{
color: #C4920F;
}
</style>
background-color css
<style>
a { background-color: #C4920F; }
a { background-color: rgb(196,146,15); }
div.DivClassName
{
background-color: #C4920F;
}
.BgClassName
{
background-color: #C4920F;
}
</style>
border-color css
<style>
span { border-color: #C4920F; }
span { border-color: rgb(196,146,15); }
td.TdClassName
{
border-color: #C4920F;
}
.TagClassName
{
border-color: #C4920F;
}
</style>