Shades of Dark Goldenrod #C4900C
Tints of Dark Goldenrod #C4900C
RGB
CMYK
RGB Variations
Color information
#C4900C (or 0xC4900C) is known color: Dark Goldenrod. HEX triplet: C4, 90 and 0C. RGB value is (196,144,12). Sum of RGB (Red+Green+Blue) = 196+144+12=352 (46% of max value = 765). Red value is 196 (76.95% from 255 or 55.68% from 352); Green value is 144 (56.64% from 255 or 40.91% from 352); Blue value is 12 (5.08% from 255 or 3.41% from 352); Max value from RGB is 196 - color contains mainly: red. Hex color #C4900C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C4900C is #3B6FF3. Grayscale: #919191. Windows color (decimal): -3895284 or 823492. OLE color: 823492.
HSL color Cylindrical-coordinate representation of color #C4900C: hue angle of 43.04º degrees, saturation: 0.88, 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 #C4900C is Cyan = 0, Magento = 0.27, Yellow = 0.94 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 144 | 12 | - |
| CMYK | 0 | 0.27 | 0.94 | 0.23 |
| HSL | 43.04º | 0.88% | 0.41% | - |
| HSV(B) | 43.04º | 0.94% | 0.77% | - |
| XYZ | 32.8 | 31.71 | 4.74 | - |
| YUV | 144.5 | 53.23 | 164.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 144 | 12 | 0 | 0.27 | 0.94 | 0.23 | 43.04 | 0.88 | 0.41 |
| Hex | C4 | 90 | C | 0 | 1B | 5E | 17 | 2B | 58 | 29 |
| Octal | 304 | 220 | 14 | 0 | 33 | 136 | 27 | 53 | 130 | 51 |
| Binary | 11000100 | 10010000 | 1100 | 0 | 11011 | 1011110 | 10111 | 101011 | 1011000 | 101001 |
Color Harmonies of #C4900C
Complementary color
Monochromatic Colors of #C4900C
Black with #C4900C
Text Example
Text Example
White with #C4900C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4900C; }
p { color: rgb(196,144,12); }
H1.HeaderClassName
{
color: #C4900C;
}
.AnyTagClassName
{
color: #C4900C;
}
</style>
background-color css
<style>
a { background-color: #C4900C; }
a { background-color: rgb(196,144,12); }
div.DivClassName
{
background-color: #C4900C;
}
.BgClassName
{
background-color: #C4900C;
}
</style>
border-color css
<style>
span { border-color: #C4900C; }
span { border-color: rgb(196,144,12); }
td.TdClassName
{
border-color: #C4900C;
}
.TagClassName
{
border-color: #C4900C;
}
</style>