Shades of Old Gold #CBB543
Tints of Old Gold #CBB543
RGB
CMYK
RGB Variations
Color information
#CBB543 (or 0xCBB543) is known color: Old Gold. HEX triplet: CB, B5 and 43. RGB value is (203,181,67). Sum of RGB (Red+Green+Blue) = 203+181+67=451 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.01% from 451); Green value is 181 (71.09% from 255 or 40.13% from 451); Blue value is 67 (26.56% from 255 or 14.86% from 451); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB543 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBB543 is #344ABC. Grayscale: #AFAFAF. Windows color (decimal): -3427005 or 4437451. OLE color: 4437451.
HSL color Cylindrical-coordinate representation of color #CBB543: hue angle of 50.29º degrees, saturation: 0.57, 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 #CBB543 is Cyan = 0, Magento = 0.11, Yellow = 0.67 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 181 | 67 | - |
| CMYK | 0 | 0.11 | 0.67 | 0.20 |
| HSL | 50.29º | 0.57% | 0.53% | - |
| HSV(B) | 50.29º | 0.67% | 0.8% | - |
| XYZ | 42.17 | 46.15 | 12 | - |
| YUV | 174.58 | 67.29 | 148.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 181 | 67 | 0 | 0.11 | 0.67 | 0.20 | 50.29 | 0.57 | 0.53 |
| Hex | CB | B5 | 43 | 0 | B | 43 | 14 | 32 | 39 | 35 |
| Octal | 313 | 265 | 103 | 0 | 13 | 103 | 24 | 62 | 71 | 65 |
| Binary | 11001011 | 10110101 | 1000011 | 0 | 1011 | 1000011 | 10100 | 110010 | 111001 | 110101 |
Color Harmonies of #CBB543
Complementary color
Monochromatic Colors of #CBB543
Black with #CBB543
Text Example
Text Example
White with #CBB543
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB543; }
p { color: rgb(203,181,67); }
H1.HeaderClassName
{
color: #CBB543;
}
.AnyTagClassName
{
color: #CBB543;
}
</style>
background-color css
<style>
a { background-color: #CBB543; }
a { background-color: rgb(203,181,67); }
div.DivClassName
{
background-color: #CBB543;
}
.BgClassName
{
background-color: #CBB543;
}
</style>
border-color css
<style>
span { border-color: #CBB543; }
span { border-color: rgb(203,181,67); }
td.TdClassName
{
border-color: #CBB543;
}
.TagClassName
{
border-color: #CBB543;
}
</style>