Shades of Old Gold #C8B234
Tints of Old Gold #C8B234
RGB
CMYK
RGB Variations
Color information
#C8B234 (or 0xC8B234) is known color: Old Gold. HEX triplet: C8, B2 and 34. RGB value is (200,178,52). Sum of RGB (Red+Green+Blue) = 200+178+52=430 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.51% from 430); Green value is 178 (69.92% from 255 or 41.40% from 430); Blue value is 52 (20.70% from 255 or 12.09% from 430); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B234 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8B234 is #374DCB. Grayscale: #AAAAAA. Windows color (decimal): -3624396 or 3453640. OLE color: 3453640.
HSL color Cylindrical-coordinate representation of color #C8B234: hue angle of 51.08º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C8B234 is Cyan = 0, Magento = 0.11, Yellow = 0.74 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 178 | 52 | - |
| CMYK | 0 | 0.11 | 0.74 | 0.22 |
| HSL | 51.08º | 0.59% | 0.49% | - |
| HSV(B) | 51.08º | 0.74% | 0.78% | - |
| XYZ | 40.36 | 44.37 | 9.69 | - |
| YUV | 170.21 | 61.29 | 149.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 178 | 52 | 0 | 0.11 | 0.74 | 0.22 | 51.08 | 0.59 | 0.49 |
| Hex | C8 | B2 | 34 | 0 | B | 4A | 16 | 33 | 3B | 31 |
| Octal | 310 | 262 | 64 | 0 | 13 | 112 | 26 | 63 | 73 | 61 |
| Binary | 11001000 | 10110010 | 110100 | 0 | 1011 | 1001010 | 10110 | 110011 | 111011 | 110001 |
Color Harmonies of #C8B234
Complementary color
Monochromatic Colors of #C8B234
Black with #C8B234
Text Example
Text Example
White with #C8B234
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8B234; }
p { color: rgb(200,178,52); }
H1.HeaderClassName
{
color: #C8B234;
}
.AnyTagClassName
{
color: #C8B234;
}
</style>
background-color css
<style>
a { background-color: #C8B234; }
a { background-color: rgb(200,178,52); }
div.DivClassName
{
background-color: #C8B234;
}
.BgClassName
{
background-color: #C8B234;
}
</style>
border-color css
<style>
span { border-color: #C8B234; }
span { border-color: rgb(200,178,52); }
td.TdClassName
{
border-color: #C8B234;
}
.TagClassName
{
border-color: #C8B234;
}
</style>