Shades of Old Gold #C4BD39
Tints of Old Gold #C4BD39
RGB
CMYK
RGB Variations
Color information
#C4BD39 (or 0xC4BD39) is known color: Old Gold. HEX triplet: C4, BD and 39. RGB value is (196,189,57). Sum of RGB (Red+Green+Blue) = 196+189+57=442 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.34% from 442); Green value is 189 (74.22% from 255 or 42.76% from 442); Blue value is 57 (22.66% from 255 or 12.90% from 442); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BD39 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4BD39 is #3B42C6. Grayscale: #B0B0B0. Windows color (decimal): -3883719 or 3784132. OLE color: 3784132.
HSL color Cylindrical-coordinate representation of color #C4BD39: hue angle of 56.98º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C4BD39 is Cyan = 0, Magento = 0.04, Yellow = 0.71 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 189 | 57 | - |
| CMYK | 0 | 0.04 | 0.71 | 0.23 |
| HSL | 56.98º | 0.55% | 0.5% | - |
| HSV(B) | 56.98º | 0.71% | 0.77% | - |
| XYZ | 41.7 | 48.43 | 11.02 | - |
| YUV | 176.05 | 60.82 | 142.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 189 | 57 | 0 | 0.04 | 0.71 | 0.23 | 56.98 | 0.55 | 0.5 |
| Hex | C4 | BD | 39 | 0 | 4 | 47 | 17 | 39 | 37 | 32 |
| Octal | 304 | 275 | 71 | 0 | 4 | 107 | 27 | 71 | 67 | 62 |
| Binary | 11000100 | 10111101 | 111001 | 0 | 100 | 1000111 | 10111 | 111001 | 110111 | 110010 |
Color Harmonies of #C4BD39
Complementary color
Monochromatic Colors of #C4BD39
Black with #C4BD39
Text Example
Text Example
White with #C4BD39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4BD39; }
p { color: rgb(196,189,57); }
H1.HeaderClassName
{
color: #C4BD39;
}
.AnyTagClassName
{
color: #C4BD39;
}
</style>
background-color css
<style>
a { background-color: #C4BD39; }
a { background-color: rgb(196,189,57); }
div.DivClassName
{
background-color: #C4BD39;
}
.BgClassName
{
background-color: #C4BD39;
}
</style>
border-color css
<style>
span { border-color: #C4BD39; }
span { border-color: rgb(196,189,57); }
td.TdClassName
{
border-color: #C4BD39;
}
.TagClassName
{
border-color: #C4BD39;
}
</style>