Shades of Old Gold #CBB33D
Tints of Old Gold #CBB33D
RGB
CMYK
RGB Variations
Color information
#CBB33D (or 0xCBB33D) is known color: Old Gold. HEX triplet: CB, B3 and 3D. RGB value is (203,179,61). Sum of RGB (Red+Green+Blue) = 203+179+61=443 (58% of max value = 765). Red value is 203 (79.69% from 255 or 45.82% from 443); Green value is 179 (70.31% from 255 or 40.41% from 443); Blue value is 61 (24.22% from 255 or 13.77% from 443); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB33D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBB33D is #344CC2. Grayscale: #ADADAD. Windows color (decimal): -3427523 or 4043723. OLE color: 4043723.
HSL color Cylindrical-coordinate representation of color #CBB33D: hue angle of 49.86º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CBB33D is Cyan = 0, Magento = 0.12, Yellow = 0.70 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 179 | 61 | - |
| CMYK | 0 | 0.12 | 0.70 | 0.20 |
| HSL | 49.86º | 0.58% | 0.52% | - |
| HSV(B) | 49.86º | 0.7% | 0.8% | - |
| XYZ | 41.59 | 45.27 | 10.96 | - |
| YUV | 172.72 | 64.95 | 149.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 179 | 61 | 0 | 0.12 | 0.70 | 0.20 | 49.86 | 0.58 | 0.52 |
| Hex | CB | B3 | 3D | 0 | C | 46 | 14 | 32 | 3A | 34 |
| Octal | 313 | 263 | 75 | 0 | 14 | 106 | 24 | 62 | 72 | 64 |
| Binary | 11001011 | 10110011 | 111101 | 0 | 1100 | 1000110 | 10100 | 110010 | 111010 | 110100 |
Color Harmonies of #CBB33D
Complementary color
Monochromatic Colors of #CBB33D
Black with #CBB33D
Text Example
Text Example
White with #CBB33D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB33D; }
p { color: rgb(203,179,61); }
H1.HeaderClassName
{
color: #CBB33D;
}
.AnyTagClassName
{
color: #CBB33D;
}
</style>
background-color css
<style>
a { background-color: #CBB33D; }
a { background-color: rgb(203,179,61); }
div.DivClassName
{
background-color: #CBB33D;
}
.BgClassName
{
background-color: #CBB33D;
}
</style>
border-color css
<style>
span { border-color: #CBB33D; }
span { border-color: rgb(203,179,61); }
td.TdClassName
{
border-color: #CBB33D;
}
.TagClassName
{
border-color: #CBB33D;
}
</style>