Shades of Old Gold #CBB22E
Tints of Old Gold #CBB22E
RGB
CMYK
RGB Variations
Color information
#CBB22E (or 0xCBB22E) is known color: Old Gold. HEX triplet: CB, B2 and 2E. RGB value is (203,178,46). Sum of RGB (Red+Green+Blue) = 203+178+46=427 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.54% from 427); Green value is 178 (69.92% from 255 or 41.69% from 427); Blue value is 46 (18.36% from 255 or 10.77% from 427); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB22E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBB22E is #344DD1. Grayscale: #AAAAAA. Windows color (decimal): -3427794 or 3060427. OLE color: 3060427.
HSL color Cylindrical-coordinate representation of color #CBB22E: hue angle of 50.45º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CBB22E is Cyan = 0, Magento = 0.12, Yellow = 0.77 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 178 | 46 | - |
| CMYK | 0 | 0.12 | 0.77 | 0.20 |
| HSL | 50.45º | 0.63% | 0.49% | - |
| HSV(B) | 50.45º | 0.77% | 0.8% | - |
| XYZ | 41.04 | 44.73 | 9.06 | - |
| YUV | 170.43 | 57.78 | 151.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 178 | 46 | 0 | 0.12 | 0.77 | 0.20 | 50.45 | 0.63 | 0.49 |
| Hex | CB | B2 | 2E | 0 | C | 4D | 14 | 32 | 3F | 31 |
| Octal | 313 | 262 | 56 | 0 | 14 | 115 | 24 | 62 | 77 | 61 |
| Binary | 11001011 | 10110010 | 101110 | 0 | 1100 | 1001101 | 10100 | 110010 | 111111 | 110001 |
Color Harmonies of #CBB22E
Complementary color
Monochromatic Colors of #CBB22E
Black with #CBB22E
Text Example
Text Example
White with #CBB22E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB22E; }
p { color: rgb(203,178,46); }
H1.HeaderClassName
{
color: #CBB22E;
}
.AnyTagClassName
{
color: #CBB22E;
}
</style>
background-color css
<style>
a { background-color: #CBB22E; }
a { background-color: rgb(203,178,46); }
div.DivClassName
{
background-color: #CBB22E;
}
.BgClassName
{
background-color: #CBB22E;
}
</style>
border-color css
<style>
span { border-color: #CBB22E; }
span { border-color: rgb(203,178,46); }
td.TdClassName
{
border-color: #CBB22E;
}
.TagClassName
{
border-color: #CBB22E;
}
</style>