Shades of Old Gold #CBB74A
Tints of Old Gold #CBB74A
RGB
CMYK
RGB Variations
Color information
#CBB74A (or 0xCBB74A) is known color: Old Gold. HEX triplet: CB, B7 and 4A. RGB value is (203,183,74). Sum of RGB (Red+Green+Blue) = 203+183+74=460 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.13% from 460); Green value is 183 (71.88% from 255 or 39.78% from 460); Blue value is 74 (29.30% from 255 or 16.09% from 460); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB74A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBB74A is #3448B5. Grayscale: #B1B1B1. Windows color (decimal): -3426486 or 4896715. OLE color: 4896715.
HSL color Cylindrical-coordinate representation of color #CBB74A: hue angle of 50.7º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CBB74A is Cyan = 0, Magento = 0.10, Yellow = 0.64 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 183 | 74 | - |
| CMYK | 0 | 0.10 | 0.64 | 0.20 |
| HSL | 50.7º | 0.55% | 0.54% | - |
| HSV(B) | 50.7º | 0.64% | 0.8% | - |
| XYZ | 42.8 | 47.06 | 13.31 | - |
| YUV | 176.55 | 70.13 | 146.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 183 | 74 | 0 | 0.10 | 0.64 | 0.20 | 50.7 | 0.55 | 0.54 |
| Hex | CB | B7 | 4A | 0 | A | 40 | 14 | 33 | 37 | 36 |
| Octal | 313 | 267 | 112 | 0 | 12 | 100 | 24 | 63 | 67 | 66 |
| Binary | 11001011 | 10110111 | 1001010 | 0 | 1010 | 1000000 | 10100 | 110011 | 110111 | 110110 |
Color Harmonies of #CBB74A
Complementary color
Monochromatic Colors of #CBB74A
Black with #CBB74A
Text Example
Text Example
White with #CBB74A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB74A; }
p { color: rgb(203,183,74); }
H1.HeaderClassName
{
color: #CBB74A;
}
.AnyTagClassName
{
color: #CBB74A;
}
</style>
background-color css
<style>
a { background-color: #CBB74A; }
a { background-color: rgb(203,183,74); }
div.DivClassName
{
background-color: #CBB74A;
}
.BgClassName
{
background-color: #CBB74A;
}
</style>
border-color css
<style>
span { border-color: #CBB74A; }
span { border-color: rgb(203,183,74); }
td.TdClassName
{
border-color: #CBB74A;
}
.TagClassName
{
border-color: #CBB74A;
}
</style>