Shades of Old Gold #C4BF32
Tints of Old Gold #C4BF32
RGB
CMYK
RGB Variations
Color information
#C4BF32 (or 0xC4BF32) is known color: Old Gold. HEX triplet: C4, BF and 32. RGB value is (196,191,50). Sum of RGB (Red+Green+Blue) = 196+191+50=437 (57% of max value = 765). Red value is 196 (76.95% from 255 or 44.85% from 437); Green value is 191 (75% from 255 or 43.71% from 437); Blue value is 50 (19.92% from 255 or 11.44% from 437); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BF32 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4BF32 is #3B40CD. Grayscale: #B0B0B0. Windows color (decimal): -3883214 or 3325892. OLE color: 3325892.
HSL color Cylindrical-coordinate representation of color #C4BF32: hue angle of 57.95º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C4BF32 is Cyan = 0, Magento = 0.03, Yellow = 0.74 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 191 | 50 | - |
| CMYK | 0 | 0.03 | 0.74 | 0.23 |
| HSL | 57.95º | 0.59% | 0.48% | - |
| HSV(B) | 57.95º | 0.74% | 0.77% | - |
| XYZ | 41.97 | 49.23 | 10.31 | - |
| YUV | 176.42 | 56.66 | 141.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 191 | 50 | 0 | 0.03 | 0.74 | 0.23 | 57.95 | 0.59 | 0.48 |
| Hex | C4 | BF | 32 | 0 | 3 | 4A | 17 | 3A | 3B | 30 |
| Octal | 304 | 277 | 62 | 0 | 3 | 112 | 27 | 72 | 73 | 60 |
| Binary | 11000100 | 10111111 | 110010 | 0 | 11 | 1001010 | 10111 | 111010 | 111011 | 110000 |
Color Harmonies of #C4BF32
Complementary color
Monochromatic Colors of #C4BF32
Black with #C4BF32
Text Example
Text Example
White with #C4BF32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4BF32; }
p { color: rgb(196,191,50); }
H1.HeaderClassName
{
color: #C4BF32;
}
.AnyTagClassName
{
color: #C4BF32;
}
</style>
background-color css
<style>
a { background-color: #C4BF32; }
a { background-color: rgb(196,191,50); }
div.DivClassName
{
background-color: #C4BF32;
}
.BgClassName
{
background-color: #C4BF32;
}
</style>
border-color css
<style>
span { border-color: #C4BF32; }
span { border-color: rgb(196,191,50); }
td.TdClassName
{
border-color: #C4BF32;
}
.TagClassName
{
border-color: #C4BF32;
}
</style>