Shades of Old Gold #C8B43B
Tints of Old Gold #C8B43B
RGB
CMYK
RGB Variations
Color information
#C8B43B (or 0xC8B43B) is known color: Old Gold. HEX triplet: C8, B4 and 3B. RGB value is (200,180,59). Sum of RGB (Red+Green+Blue) = 200+180+59=439 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.56% from 439); Green value is 180 (70.70% from 255 or 41.00% from 439); Blue value is 59 (23.44% from 255 or 13.44% from 439); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B43B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8B43B is #374BC4. Grayscale: #ACACAC. Windows color (decimal): -3623877 or 3912904. OLE color: 3912904.
HSL color Cylindrical-coordinate representation of color #C8B43B: hue angle of 51.49º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C8B43B is Cyan = 0, Magento = 0.1, Yellow = 0.70 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 180 | 59 | - |
| CMYK | 0 | 0.1 | 0.70 | 0.22 |
| HSL | 51.49º | 0.56% | 0.51% | - |
| HSV(B) | 51.49º | 0.71% | 0.78% | - |
| XYZ | 40.93 | 45.24 | 10.71 | - |
| YUV | 172.19 | 64.13 | 147.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 180 | 59 | 0 | 0.1 | 0.70 | 0.22 | 51.49 | 0.56 | 0.51 |
| Hex | C8 | B4 | 3B | 0 | A | 46 | 16 | 33 | 38 | 33 |
| Octal | 310 | 264 | 73 | 0 | 12 | 106 | 26 | 63 | 70 | 63 |
| Binary | 11001000 | 10110100 | 111011 | 0 | 1010 | 1000110 | 10110 | 110011 | 111000 | 110011 |
Color Harmonies of #C8B43B
Complementary color
Monochromatic Colors of #C8B43B
Black with #C8B43B
Text Example
Text Example
White with #C8B43B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8B43B; }
p { color: rgb(200,180,59); }
H1.HeaderClassName
{
color: #C8B43B;
}
.AnyTagClassName
{
color: #C8B43B;
}
</style>
background-color css
<style>
a { background-color: #C8B43B; }
a { background-color: rgb(200,180,59); }
div.DivClassName
{
background-color: #C8B43B;
}
.BgClassName
{
background-color: #C8B43B;
}
</style>
border-color css
<style>
span { border-color: #C8B43B; }
span { border-color: rgb(200,180,59); }
td.TdClassName
{
border-color: #C8B43B;
}
.TagClassName
{
border-color: #C8B43B;
}
</style>