Shades of Old Gold #CBB52D
Tints of Old Gold #CBB52D
RGB
CMYK
RGB Variations
Color information
#CBB52D (or 0xCBB52D) is known color: Old Gold. HEX triplet: CB, B5 and 2D. RGB value is (203,181,45). Sum of RGB (Red+Green+Blue) = 203+181+45=429 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.32% from 429); Green value is 181 (71.09% from 255 or 42.19% from 429); Blue value is 45 (17.97% from 255 or 10.49% from 429); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB52D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBB52D is #344AD2. Grayscale: #ACACAC. Windows color (decimal): -3427027 or 2995659. OLE color: 2995659.
HSL color Cylindrical-coordinate representation of color #CBB52D: hue angle of 51.65º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CBB52D is Cyan = 0, Magento = 0.11, Yellow = 0.78 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 181 | 45 | - |
| CMYK | 0 | 0.11 | 0.78 | 0.20 |
| HSL | 51.65º | 0.64% | 0.49% | - |
| HSV(B) | 51.65º | 0.78% | 0.8% | - |
| XYZ | 41.63 | 45.93 | 9.15 | - |
| YUV | 172.07 | 56.29 | 150.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 181 | 45 | 0 | 0.11 | 0.78 | 0.20 | 51.65 | 0.64 | 0.49 |
| Hex | CB | B5 | 2D | 0 | B | 4E | 14 | 34 | 40 | 31 |
| Octal | 313 | 265 | 55 | 0 | 13 | 116 | 24 | 64 | 100 | 61 |
| Binary | 11001011 | 10110101 | 101101 | 0 | 1011 | 1001110 | 10100 | 110100 | 1000000 | 110001 |
Color Harmonies of #CBB52D
Complementary color
Monochromatic Colors of #CBB52D
Black with #CBB52D
Text Example
Text Example
White with #CBB52D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB52D; }
p { color: rgb(203,181,45); }
H1.HeaderClassName
{
color: #CBB52D;
}
.AnyTagClassName
{
color: #CBB52D;
}
</style>
background-color css
<style>
a { background-color: #CBB52D; }
a { background-color: rgb(203,181,45); }
div.DivClassName
{
background-color: #CBB52D;
}
.BgClassName
{
background-color: #CBB52D;
}
</style>
border-color css
<style>
span { border-color: #CBB52D; }
span { border-color: rgb(203,181,45); }
td.TdClassName
{
border-color: #CBB52D;
}
.TagClassName
{
border-color: #CBB52D;
}
</style>