Shades of Old Gold #C4BF3C
Tints of Old Gold #C4BF3C
RGB
CMYK
RGB Variations
Color information
#C4BF3C (or 0xC4BF3C) is known color: Old Gold. HEX triplet: C4, BF and 3C. RGB value is (196,191,60). Sum of RGB (Red+Green+Blue) = 196+191+60=447 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.85% from 447); Green value is 191 (75% from 255 or 42.73% from 447); Blue value is 60 (23.83% from 255 or 13.42% from 447); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BF3C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4BF3C is #3B40C3. Grayscale: #B2B2B2. Windows color (decimal): -3883204 or 3981252. OLE color: 3981252.
HSL color Cylindrical-coordinate representation of color #C4BF3C: hue angle of 57.79º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C4BF3C is Cyan = 0, Magento = 0.03, Yellow = 0.69 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 191 | 60 | - |
| CMYK | 0 | 0.03 | 0.69 | 0.23 |
| HSL | 57.79º | 0.54% | 0.5% | - |
| HSV(B) | 57.79º | 0.69% | 0.77% | - |
| XYZ | 42.21 | 49.32 | 11.57 | - |
| YUV | 177.56 | 61.66 | 141.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 191 | 60 | 0 | 0.03 | 0.69 | 0.23 | 57.79 | 0.54 | 0.5 |
| Hex | C4 | BF | 3C | 0 | 3 | 45 | 17 | 3A | 36 | 32 |
| Octal | 304 | 277 | 74 | 0 | 3 | 105 | 27 | 72 | 66 | 62 |
| Binary | 11000100 | 10111111 | 111100 | 0 | 11 | 1000101 | 10111 | 111010 | 110110 | 110010 |
Color Harmonies of #C4BF3C
Complementary color
Monochromatic Colors of #C4BF3C
Black with #C4BF3C
Text Example
Text Example
White with #C4BF3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4BF3C; }
p { color: rgb(196,191,60); }
H1.HeaderClassName
{
color: #C4BF3C;
}
.AnyTagClassName
{
color: #C4BF3C;
}
</style>
background-color css
<style>
a { background-color: #C4BF3C; }
a { background-color: rgb(196,191,60); }
div.DivClassName
{
background-color: #C4BF3C;
}
.BgClassName
{
background-color: #C4BF3C;
}
</style>
border-color css
<style>
span { border-color: #C4BF3C; }
span { border-color: rgb(196,191,60); }
td.TdClassName
{
border-color: #C4BF3C;
}
.TagClassName
{
border-color: #C4BF3C;
}
</style>