Shades of Old Gold #CBB84A
Tints of Old Gold #CBB84A
RGB
CMYK
RGB Variations
Color information
#CBB84A (or 0xCBB84A) is known color: Old Gold. HEX triplet: CB, B8 and 4A. RGB value is (203,184,74). Sum of RGB (Red+Green+Blue) = 203+184+74=461 (61% of max value = 765). Red value is 203 (79.69% from 255 or 44.03% from 461); Green value is 184 (72.27% from 255 or 39.91% from 461); Blue value is 74 (29.30% from 255 or 16.05% from 461); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB84A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBB84A is #3447B5. Grayscale: #B1B1B1. Windows color (decimal): -3426230 or 4896971. OLE color: 4896971.
HSL color Cylindrical-coordinate representation of color #CBB84A: hue angle of 51.16º 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 #CBB84A is Cyan = 0, Magento = 0.09, Yellow = 0.64 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 184 | 74 | - |
| CMYK | 0 | 0.09 | 0.64 | 0.20 |
| HSL | 51.16º | 0.55% | 0.54% | - |
| HSV(B) | 51.16º | 0.64% | 0.8% | - |
| XYZ | 43.01 | 47.47 | 13.37 | - |
| YUV | 177.14 | 69.79 | 146.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 184 | 74 | 0 | 0.09 | 0.64 | 0.20 | 51.16 | 0.55 | 0.54 |
| Hex | CB | B8 | 4A | 0 | 9 | 40 | 14 | 33 | 37 | 36 |
| Octal | 313 | 270 | 112 | 0 | 11 | 100 | 24 | 63 | 67 | 66 |
| Binary | 11001011 | 10111000 | 1001010 | 0 | 1001 | 1000000 | 10100 | 110011 | 110111 | 110110 |
Color Harmonies of #CBB84A
Complementary color
Monochromatic Colors of #CBB84A
Black with #CBB84A
Text Example
Text Example
White with #CBB84A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB84A; }
p { color: rgb(203,184,74); }
H1.HeaderClassName
{
color: #CBB84A;
}
.AnyTagClassName
{
color: #CBB84A;
}
</style>
background-color css
<style>
a { background-color: #CBB84A; }
a { background-color: rgb(203,184,74); }
div.DivClassName
{
background-color: #CBB84A;
}
.BgClassName
{
background-color: #CBB84A;
}
</style>
border-color css
<style>
span { border-color: #CBB84A; }
span { border-color: rgb(203,184,74); }
td.TdClassName
{
border-color: #CBB84A;
}
.TagClassName
{
border-color: #CBB84A;
}
</style>