Shades of Old Gold #C8BC4B
Tints of Old Gold #C8BC4B
RGB
CMYK
RGB Variations
Color information
#C8BC4B (or 0xC8BC4B) is known color: Old Gold. HEX triplet: C8, BC and 4B. RGB value is (200,188,75). Sum of RGB (Red+Green+Blue) = 200+188+75=463 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.20% from 463); Green value is 188 (73.83% from 255 or 40.60% from 463); Blue value is 75 (29.69% from 255 or 16.20% from 463); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BC4B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8BC4B is #3743B4. Grayscale: #B3B3B3. Windows color (decimal): -3621813 or 4963528. OLE color: 4963528.
HSL color Cylindrical-coordinate representation of color #C8BC4B: hue angle of 54.24º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C8BC4B is Cyan = 0, Magento = 0.06, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 188 | 75 | - |
| CMYK | 0 | 0.06 | 0.62 | 0.22 |
| HSL | 54.24º | 0.53% | 0.54% | - |
| HSV(B) | 54.24º | 0.63% | 0.78% | - |
| XYZ | 43.07 | 48.75 | 13.8 | - |
| YUV | 178.71 | 69.48 | 143.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 188 | 75 | 0 | 0.06 | 0.62 | 0.22 | 54.24 | 0.53 | 0.54 |
| Hex | C8 | BC | 4B | 0 | 6 | 3E | 16 | 36 | 35 | 36 |
| Octal | 310 | 274 | 113 | 0 | 6 | 76 | 26 | 66 | 65 | 66 |
| Binary | 11001000 | 10111100 | 1001011 | 0 | 110 | 111110 | 10110 | 110110 | 110101 | 110110 |
Color Harmonies of #C8BC4B
Complementary color
Monochromatic Colors of #C8BC4B
Black with #C8BC4B
Text Example
Text Example
White with #C8BC4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8BC4B; }
p { color: rgb(200,188,75); }
H1.HeaderClassName
{
color: #C8BC4B;
}
.AnyTagClassName
{
color: #C8BC4B;
}
</style>
background-color css
<style>
a { background-color: #C8BC4B; }
a { background-color: rgb(200,188,75); }
div.DivClassName
{
background-color: #C8BC4B;
}
.BgClassName
{
background-color: #C8BC4B;
}
</style>
border-color css
<style>
span { border-color: #C8BC4B; }
span { border-color: rgb(200,188,75); }
td.TdClassName
{
border-color: #C8BC4B;
}
.TagClassName
{
border-color: #C8BC4B;
}
</style>