Shades of Old Gold #CBB92C
Tints of Old Gold #CBB92C
RGB
CMYK
RGB Variations
Color information
#CBB92C (or 0xCBB92C) is known color: Old Gold. HEX triplet: CB, B9 and 2C. RGB value is (203,185,44). Sum of RGB (Red+Green+Blue) = 203+185+44=432 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.99% from 432); Green value is 185 (72.66% from 255 or 42.82% from 432); Blue value is 44 (17.58% from 255 or 10.19% from 432); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB92C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBB92C is #3446D3. Grayscale: #AEAEAE. Windows color (decimal): -3426004 or 2931147. OLE color: 2931147.
HSL color Cylindrical-coordinate representation of color #CBB92C: hue angle of 53.21º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CBB92C is Cyan = 0, Magento = 0.09, Yellow = 0.78 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 185 | 44 | - |
| CMYK | 0 | 0.09 | 0.78 | 0.20 |
| HSL | 53.21º | 0.64% | 0.48% | - |
| HSV(B) | 53.21º | 0.78% | 0.8% | - |
| XYZ | 42.43 | 47.58 | 9.33 | - |
| YUV | 174.31 | 54.46 | 148.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 185 | 44 | 0 | 0.09 | 0.78 | 0.20 | 53.21 | 0.64 | 0.48 |
| Hex | CB | B9 | 2C | 0 | 9 | 4E | 14 | 35 | 40 | 30 |
| Octal | 313 | 271 | 54 | 0 | 11 | 116 | 24 | 65 | 100 | 60 |
| Binary | 11001011 | 10111001 | 101100 | 0 | 1001 | 1001110 | 10100 | 110101 | 1000000 | 110000 |
Color Harmonies of #CBB92C
Complementary color
Monochromatic Colors of #CBB92C
Black with #CBB92C
Text Example
Text Example
White with #CBB92C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB92C; }
p { color: rgb(203,185,44); }
H1.HeaderClassName
{
color: #CBB92C;
}
.AnyTagClassName
{
color: #CBB92C;
}
</style>
background-color css
<style>
a { background-color: #CBB92C; }
a { background-color: rgb(203,185,44); }
div.DivClassName
{
background-color: #CBB92C;
}
.BgClassName
{
background-color: #CBB92C;
}
</style>
border-color css
<style>
span { border-color: #CBB92C; }
span { border-color: rgb(203,185,44); }
td.TdClassName
{
border-color: #CBB92C;
}
.TagClassName
{
border-color: #CBB92C;
}
</style>