Shades of Old Gold #CBB344
Tints of Old Gold #CBB344
RGB
CMYK
RGB Variations
Color information
#CBB344 (or 0xCBB344) is known color: Old Gold. HEX triplet: CB, B3 and 44. RGB value is (203,179,68). Sum of RGB (Red+Green+Blue) = 203+179+68=450 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.11% from 450); Green value is 179 (70.31% from 255 or 39.78% from 450); Blue value is 68 (26.95% from 255 or 15.11% from 450); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB344 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBB344 is #344CBB. Grayscale: #ADADAD. Windows color (decimal): -3427516 or 4502475. OLE color: 4502475.
HSL color Cylindrical-coordinate representation of color #CBB344: hue angle of 49.33º 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 #CBB344 is Cyan = 0, Magento = 0.12, Yellow = 0.67 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 179 | 68 | - |
| CMYK | 0 | 0.12 | 0.67 | 0.20 |
| HSL | 49.33º | 0.56% | 0.53% | - |
| HSV(B) | 49.33º | 0.67% | 0.8% | - |
| XYZ | 41.79 | 45.35 | 12.02 | - |
| YUV | 173.52 | 68.45 | 149.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 179 | 68 | 0 | 0.12 | 0.67 | 0.20 | 49.33 | 0.56 | 0.53 |
| Hex | CB | B3 | 44 | 0 | C | 43 | 14 | 31 | 38 | 35 |
| Octal | 313 | 263 | 104 | 0 | 14 | 103 | 24 | 61 | 70 | 65 |
| Binary | 11001011 | 10110011 | 1000100 | 0 | 1100 | 1000011 | 10100 | 110001 | 111000 | 110101 |
Color Harmonies of #CBB344
Complementary color
Monochromatic Colors of #CBB344
Black with #CBB344
Text Example
Text Example
White with #CBB344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB344; }
p { color: rgb(203,179,68); }
H1.HeaderClassName
{
color: #CBB344;
}
.AnyTagClassName
{
color: #CBB344;
}
</style>
background-color css
<style>
a { background-color: #CBB344; }
a { background-color: rgb(203,179,68); }
div.DivClassName
{
background-color: #CBB344;
}
.BgClassName
{
background-color: #CBB344;
}
</style>
border-color css
<style>
span { border-color: #CBB344; }
span { border-color: rgb(203,179,68); }
td.TdClassName
{
border-color: #CBB344;
}
.TagClassName
{
border-color: #CBB344;
}
</style>