Shades of Old Gold #CBB52A
Tints of Old Gold #CBB52A
RGB
CMYK
RGB Variations
Color information
#CBB52A (or 0xCBB52A) is known color: Old Gold. HEX triplet: CB, B5 and 2A. RGB value is (203,181,42). Sum of RGB (Red+Green+Blue) = 203+181+42=426 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.65% from 426); Green value is 181 (71.09% from 255 or 42.49% from 426); Blue value is 42 (16.80% from 255 or 9.86% from 426); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB52A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBB52A is #344AD5. Grayscale: #ACACAC. Windows color (decimal): -3427030 or 2799051. OLE color: 2799051.
HSL color Cylindrical-coordinate representation of color #CBB52A: hue angle of 51.8º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CBB52A is Cyan = 0, Magento = 0.11, Yellow = 0.79 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 181 | 42 | - |
| CMYK | 0 | 0.11 | 0.79 | 0.20 |
| HSL | 51.8º | 0.66% | 0.48% | - |
| HSV(B) | 51.8º | 0.79% | 0.8% | - |
| XYZ | 41.57 | 45.91 | 8.86 | - |
| YUV | 171.73 | 54.79 | 150.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 181 | 42 | 0 | 0.11 | 0.79 | 0.20 | 51.8 | 0.66 | 0.48 |
| Hex | CB | B5 | 2A | 0 | B | 4F | 14 | 34 | 42 | 30 |
| Octal | 313 | 265 | 52 | 0 | 13 | 117 | 24 | 64 | 102 | 60 |
| Binary | 11001011 | 10110101 | 101010 | 0 | 1011 | 1001111 | 10100 | 110100 | 1000010 | 110000 |
Color Harmonies of #CBB52A
Complementary color
Monochromatic Colors of #CBB52A
Black with #CBB52A
Text Example
Text Example
White with #CBB52A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB52A; }
p { color: rgb(203,181,42); }
H1.HeaderClassName
{
color: #CBB52A;
}
.AnyTagClassName
{
color: #CBB52A;
}
</style>
background-color css
<style>
a { background-color: #CBB52A; }
a { background-color: rgb(203,181,42); }
div.DivClassName
{
background-color: #CBB52A;
}
.BgClassName
{
background-color: #CBB52A;
}
</style>
border-color css
<style>
span { border-color: #CBB52A; }
span { border-color: rgb(203,181,42); }
td.TdClassName
{
border-color: #CBB52A;
}
.TagClassName
{
border-color: #CBB52A;
}
</style>