Shades of Old Gold #CBB72C
Tints of Old Gold #CBB72C
RGB
CMYK
RGB Variations
Color information
#CBB72C (or 0xCBB72C) is known color: Old Gold. HEX triplet: CB, B7 and 2C. RGB value is (203,183,44). Sum of RGB (Red+Green+Blue) = 203+183+44=430 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.21% from 430); Green value is 183 (71.88% from 255 or 42.56% from 430); Blue value is 44 (17.58% from 255 or 10.23% from 430); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB72C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBB72C is #3448D3. Grayscale: #ADADAD. Windows color (decimal): -3426516 or 2930635. OLE color: 2930635.
HSL color Cylindrical-coordinate representation of color #CBB72C: hue angle of 52.45º 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 #CBB72C is Cyan = 0, Magento = 0.10, Yellow = 0.78 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 183 | 44 | - |
| CMYK | 0 | 0.10 | 0.78 | 0.20 |
| HSL | 52.45º | 0.64% | 0.48% | - |
| HSV(B) | 52.45º | 0.78% | 0.8% | - |
| XYZ | 42.02 | 46.75 | 9.19 | - |
| YUV | 173.13 | 55.13 | 149.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 183 | 44 | 0 | 0.10 | 0.78 | 0.20 | 52.45 | 0.64 | 0.48 |
| Hex | CB | B7 | 2C | 0 | A | 4E | 14 | 34 | 40 | 30 |
| Octal | 313 | 267 | 54 | 0 | 12 | 116 | 24 | 64 | 100 | 60 |
| Binary | 11001011 | 10110111 | 101100 | 0 | 1010 | 1001110 | 10100 | 110100 | 1000000 | 110000 |
Color Harmonies of #CBB72C
Complementary color
Monochromatic Colors of #CBB72C
Black with #CBB72C
Text Example
Text Example
White with #CBB72C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB72C; }
p { color: rgb(203,183,44); }
H1.HeaderClassName
{
color: #CBB72C;
}
.AnyTagClassName
{
color: #CBB72C;
}
</style>
background-color css
<style>
a { background-color: #CBB72C; }
a { background-color: rgb(203,183,44); }
div.DivClassName
{
background-color: #CBB72C;
}
.BgClassName
{
background-color: #CBB72C;
}
</style>
border-color css
<style>
span { border-color: #CBB72C; }
span { border-color: rgb(203,183,44); }
td.TdClassName
{
border-color: #CBB72C;
}
.TagClassName
{
border-color: #CBB72C;
}
</style>