Shades of Old Gold #CBB13A
Tints of Old Gold #CBB13A
RGB
CMYK
RGB Variations
Color information
#CBB13A (or 0xCBB13A) is known color: Old Gold. HEX triplet: CB, B1 and 3A. RGB value is (203,177,58). Sum of RGB (Red+Green+Blue) = 203+177+58=438 (58% of max value = 765). Red value is 203 (79.69% from 255 or 46.35% from 438); Green value is 177 (69.53% from 255 or 40.41% from 438); Blue value is 58 (23.05% from 255 or 13.24% from 438); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB13A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBB13A is #344EC5. Grayscale: #ABABAB. Windows color (decimal): -3428038 or 3846603. OLE color: 3846603.
HSL color Cylindrical-coordinate representation of color #CBB13A: hue angle of 49.24º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CBB13A is Cyan = 0, Magento = 0.13, Yellow = 0.71 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 177 | 58 | - |
| CMYK | 0 | 0.13 | 0.71 | 0.20 |
| HSL | 49.24º | 0.58% | 0.51% | - |
| HSV(B) | 49.24º | 0.71% | 0.8% | - |
| XYZ | 41.11 | 44.45 | 10.42 | - |
| YUV | 171.21 | 64.11 | 150.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 177 | 58 | 0 | 0.13 | 0.71 | 0.20 | 49.24 | 0.58 | 0.51 |
| Hex | CB | B1 | 3A | 0 | D | 47 | 14 | 31 | 3A | 33 |
| Octal | 313 | 261 | 72 | 0 | 15 | 107 | 24 | 61 | 72 | 63 |
| Binary | 11001011 | 10110001 | 111010 | 0 | 1101 | 1000111 | 10100 | 110001 | 111010 | 110011 |
Color Harmonies of #CBB13A
Complementary color
Monochromatic Colors of #CBB13A
Black with #CBB13A
Text Example
Text Example
White with #CBB13A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB13A; }
p { color: rgb(203,177,58); }
H1.HeaderClassName
{
color: #CBB13A;
}
.AnyTagClassName
{
color: #CBB13A;
}
</style>
background-color css
<style>
a { background-color: #CBB13A; }
a { background-color: rgb(203,177,58); }
div.DivClassName
{
background-color: #CBB13A;
}
.BgClassName
{
background-color: #CBB13A;
}
</style>
border-color css
<style>
span { border-color: #CBB13A; }
span { border-color: rgb(203,177,58); }
td.TdClassName
{
border-color: #CBB13A;
}
.TagClassName
{
border-color: #CBB13A;
}
</style>