Shades of Old Gold #CBB447
Tints of Old Gold #CBB447
RGB
CMYK
RGB Variations
Color information
#CBB447 (or 0xCBB447) is known color: Old Gold. HEX triplet: CB, B4 and 47. RGB value is (203,180,71). Sum of RGB (Red+Green+Blue) = 203+180+71=454 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.71% from 454); Green value is 180 (70.70% from 255 or 39.65% from 454); Blue value is 71 (28.12% from 255 or 15.64% from 454); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB447 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBB447 is #344BB8. Grayscale: #AEAEAE. Windows color (decimal): -3427257 or 4699339. OLE color: 4699339.
HSL color Cylindrical-coordinate representation of color #CBB447: hue angle of 49.55º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CBB447 is Cyan = 0, Magento = 0.11, Yellow = 0.65 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 180 | 71 | - |
| CMYK | 0 | 0.11 | 0.65 | 0.20 |
| HSL | 49.55º | 0.56% | 0.54% | - |
| HSV(B) | 49.55º | 0.65% | 0.8% | - |
| XYZ | 42.09 | 45.79 | 12.58 | - |
| YUV | 174.45 | 69.62 | 148.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 180 | 71 | 0 | 0.11 | 0.65 | 0.20 | 49.55 | 0.56 | 0.54 |
| Hex | CB | B4 | 47 | 0 | B | 41 | 14 | 32 | 38 | 36 |
| Octal | 313 | 264 | 107 | 0 | 13 | 101 | 24 | 62 | 70 | 66 |
| Binary | 11001011 | 10110100 | 1000111 | 0 | 1011 | 1000001 | 10100 | 110010 | 111000 | 110110 |
Color Harmonies of #CBB447
Complementary color
Monochromatic Colors of #CBB447
Black with #CBB447
Text Example
Text Example
White with #CBB447
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB447; }
p { color: rgb(203,180,71); }
H1.HeaderClassName
{
color: #CBB447;
}
.AnyTagClassName
{
color: #CBB447;
}
</style>
background-color css
<style>
a { background-color: #CBB447; }
a { background-color: rgb(203,180,71); }
div.DivClassName
{
background-color: #CBB447;
}
.BgClassName
{
background-color: #CBB447;
}
</style>
border-color css
<style>
span { border-color: #CBB447; }
span { border-color: rgb(203,180,71); }
td.TdClassName
{
border-color: #CBB447;
}
.TagClassName
{
border-color: #CBB447;
}
</style>