Shades of Old Gold #CBB932
Tints of Old Gold #CBB932
RGB
CMYK
RGB Variations
Color information
#CBB932 (or 0xCBB932) is known color: Old Gold. HEX triplet: CB, B9 and 32. RGB value is (203,185,50). Sum of RGB (Red+Green+Blue) = 203+185+50=438 (58% of max value = 765). Red value is 203 (79.69% from 255 or 46.35% from 438); Green value is 185 (72.66% from 255 or 42.24% from 438); Blue value is 50 (19.92% from 255 or 11.42% from 438); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB932 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBB932 is #3446CD. Grayscale: #AFAFAF. Windows color (decimal): -3425998 or 3324363. OLE color: 3324363.
HSL color Cylindrical-coordinate representation of color #CBB932: hue angle of 52.94º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CBB932 is Cyan = 0, Magento = 0.09, Yellow = 0.75 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 185 | 50 | - |
| CMYK | 0 | 0.09 | 0.75 | 0.20 |
| HSL | 52.94º | 0.6% | 0.5% | - |
| HSV(B) | 52.94º | 0.75% | 0.8% | - |
| XYZ | 42.55 | 47.62 | 9.97 | - |
| YUV | 174.99 | 57.46 | 147.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 185 | 50 | 0 | 0.09 | 0.75 | 0.20 | 52.94 | 0.6 | 0.5 |
| Hex | CB | B9 | 32 | 0 | 9 | 4B | 14 | 35 | 3C | 32 |
| Octal | 313 | 271 | 62 | 0 | 11 | 113 | 24 | 65 | 74 | 62 |
| Binary | 11001011 | 10111001 | 110010 | 0 | 1001 | 1001011 | 10100 | 110101 | 111100 | 110010 |
Color Harmonies of #CBB932
Complementary color
Monochromatic Colors of #CBB932
Black with #CBB932
Text Example
Text Example
White with #CBB932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB932; }
p { color: rgb(203,185,50); }
H1.HeaderClassName
{
color: #CBB932;
}
.AnyTagClassName
{
color: #CBB932;
}
</style>
background-color css
<style>
a { background-color: #CBB932; }
a { background-color: rgb(203,185,50); }
div.DivClassName
{
background-color: #CBB932;
}
.BgClassName
{
background-color: #CBB932;
}
</style>
border-color css
<style>
span { border-color: #CBB932; }
span { border-color: rgb(203,185,50); }
td.TdClassName
{
border-color: #CBB932;
}
.TagClassName
{
border-color: #CBB932;
}
</style>