Shades of Old Gold #C8BF3D
Tints of Old Gold #C8BF3D
RGB
CMYK
RGB Variations
Color information
#C8BF3D (or 0xC8BF3D) is known color: Old Gold. HEX triplet: C8, BF and 3D. RGB value is (200,191,61). Sum of RGB (Red+Green+Blue) = 200+191+61=452 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.25% from 452); Green value is 191 (75% from 255 or 42.26% from 452); Blue value is 61 (24.22% from 255 or 13.50% from 452); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BF3D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8BF3D is #3740C2. Grayscale: #B3B3B3. Windows color (decimal): -3621059 or 4046792. OLE color: 4046792.
HSL color Cylindrical-coordinate representation of color #C8BF3D: hue angle of 56.12º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C8BF3D is Cyan = 0, Magento = 0.04, Yellow = 0.69 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 191 | 61 | - |
| CMYK | 0 | 0.04 | 0.69 | 0.22 |
| HSL | 56.12º | 0.56% | 0.51% | - |
| HSV(B) | 56.12º | 0.7% | 0.78% | - |
| XYZ | 43.29 | 49.88 | 11.76 | - |
| YUV | 178.87 | 61.48 | 143.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 191 | 61 | 0 | 0.04 | 0.69 | 0.22 | 56.12 | 0.56 | 0.51 |
| Hex | C8 | BF | 3D | 0 | 4 | 45 | 16 | 38 | 38 | 33 |
| Octal | 310 | 277 | 75 | 0 | 4 | 105 | 26 | 70 | 70 | 63 |
| Binary | 11001000 | 10111111 | 111101 | 0 | 100 | 1000101 | 10110 | 111000 | 111000 | 110011 |
Color Harmonies of #C8BF3D
Complementary color
Monochromatic Colors of #C8BF3D
Black with #C8BF3D
Text Example
Text Example
White with #C8BF3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8BF3D; }
p { color: rgb(200,191,61); }
H1.HeaderClassName
{
color: #C8BF3D;
}
.AnyTagClassName
{
color: #C8BF3D;
}
</style>
background-color css
<style>
a { background-color: #C8BF3D; }
a { background-color: rgb(200,191,61); }
div.DivClassName
{
background-color: #C8BF3D;
}
.BgClassName
{
background-color: #C8BF3D;
}
</style>
border-color css
<style>
span { border-color: #C8BF3D; }
span { border-color: rgb(200,191,61); }
td.TdClassName
{
border-color: #C8BF3D;
}
.TagClassName
{
border-color: #C8BF3D;
}
</style>