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