Shades of Old Gold #CBB044
Tints of Old Gold #CBB044
RGB
CMYK
RGB Variations
Color information
#CBB044 (or 0xCBB044) is known color: Old Gold. HEX triplet: CB, B0 and 44. RGB value is (203,176,68). Sum of RGB (Red+Green+Blue) = 203+176+68=447 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.41% from 447); Green value is 176 (69.14% from 255 or 39.37% from 447); Blue value is 68 (26.95% from 255 or 15.21% from 447); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB044 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBB044 is #344FBB. Grayscale: #ACACAC. Windows color (decimal): -3428284 or 4501707. OLE color: 4501707.
HSL color Cylindrical-coordinate representation of color #CBB044: hue angle of 48º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CBB044 is Cyan = 0, Magento = 0.13, Yellow = 0.67 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 176 | 68 | - |
| CMYK | 0 | 0.13 | 0.67 | 0.20 |
| HSL | 48º | 0.56% | 0.53% | - |
| HSV(B) | 48º | 0.67% | 0.8% | - |
| XYZ | 41.2 | 44.16 | 11.82 | - |
| YUV | 171.76 | 69.45 | 150.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 176 | 68 | 0 | 0.13 | 0.67 | 0.20 | 48 | 0.56 | 0.53 |
| Hex | CB | B0 | 44 | 0 | D | 43 | 14 | 30 | 38 | 35 |
| Octal | 313 | 260 | 104 | 0 | 15 | 103 | 24 | 60 | 70 | 65 |
| Binary | 11001011 | 10110000 | 1000100 | 0 | 1101 | 1000011 | 10100 | 110000 | 111000 | 110101 |
Color Harmonies of #CBB044
Complementary color
Monochromatic Colors of #CBB044
Black with #CBB044
Text Example
Text Example
White with #CBB044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB044; }
p { color: rgb(203,176,68); }
H1.HeaderClassName
{
color: #CBB044;
}
.AnyTagClassName
{
color: #CBB044;
}
</style>
background-color css
<style>
a { background-color: #CBB044; }
a { background-color: rgb(203,176,68); }
div.DivClassName
{
background-color: #CBB044;
}
.BgClassName
{
background-color: #CBB044;
}
</style>
border-color css
<style>
span { border-color: #CBB044; }
span { border-color: rgb(203,176,68); }
td.TdClassName
{
border-color: #CBB044;
}
.TagClassName
{
border-color: #CBB044;
}
</style>