Shades of Old Gold #CBB936
Tints of Old Gold #CBB936
RGB
CMYK
RGB Variations
Color information
#CBB936 (or 0xCBB936) is known color: Old Gold. HEX triplet: CB, B9 and 36. RGB value is (203,185,54). Sum of RGB (Red+Green+Blue) = 203+185+54=442 (58% of max value = 765). Red value is 203 (79.69% from 255 or 45.93% from 442); Green value is 185 (72.66% from 255 or 41.86% from 442); Blue value is 54 (21.48% from 255 or 12.22% from 442); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB936 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBB936 is #3446C9. Grayscale: #AFAFAF. Windows color (decimal): -3425994 or 3586507. OLE color: 3586507.
HSL color Cylindrical-coordinate representation of color #CBB936: hue angle of 52.75º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CBB936 is Cyan = 0, Magento = 0.09, Yellow = 0.73 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 185 | 54 | - |
| CMYK | 0 | 0.09 | 0.73 | 0.20 |
| HSL | 52.75º | 0.59% | 0.5% | - |
| HSV(B) | 52.75º | 0.73% | 0.8% | - |
| XYZ | 42.64 | 47.66 | 10.44 | - |
| YUV | 175.45 | 59.46 | 147.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 185 | 54 | 0 | 0.09 | 0.73 | 0.20 | 52.75 | 0.59 | 0.5 |
| Hex | CB | B9 | 36 | 0 | 9 | 49 | 14 | 35 | 3B | 32 |
| Octal | 313 | 271 | 66 | 0 | 11 | 111 | 24 | 65 | 73 | 62 |
| Binary | 11001011 | 10111001 | 110110 | 0 | 1001 | 1001001 | 10100 | 110101 | 111011 | 110010 |
Color Harmonies of #CBB936
Complementary color
Monochromatic Colors of #CBB936
Black with #CBB936
Text Example
Text Example
White with #CBB936
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB936; }
p { color: rgb(203,185,54); }
H1.HeaderClassName
{
color: #CBB936;
}
.AnyTagClassName
{
color: #CBB936;
}
</style>
background-color css
<style>
a { background-color: #CBB936; }
a { background-color: rgb(203,185,54); }
div.DivClassName
{
background-color: #CBB936;
}
.BgClassName
{
background-color: #CBB936;
}
</style>
border-color css
<style>
span { border-color: #CBB936; }
span { border-color: rgb(203,185,54); }
td.TdClassName
{
border-color: #CBB936;
}
.TagClassName
{
border-color: #CBB936;
}
</style>