Shades of Old Gold #CBBA42
Tints of Old Gold #CBBA42
RGB
CMYK
RGB Variations
Color information
#CBBA42 (or 0xCBBA42) is known color: Old Gold. HEX triplet: CB, BA and 42. RGB value is (203,186,66). Sum of RGB (Red+Green+Blue) = 203+186+66=455 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.62% from 455); Green value is 186 (73.05% from 255 or 40.88% from 455); Blue value is 66 (26.17% from 255 or 14.51% from 455); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBA42 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBBA42 is #3445BD. Grayscale: #B1B1B1. Windows color (decimal): -3425726 or 4373195. OLE color: 4373195.
HSL color Cylindrical-coordinate representation of color #CBBA42: hue angle of 52.55º 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 #CBBA42 is Cyan = 0, Magento = 0.08, Yellow = 0.67 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 186 | 66 | - |
| CMYK | 0 | 0.08 | 0.67 | 0.20 |
| HSL | 52.55º | 0.57% | 0.53% | - |
| HSV(B) | 52.55º | 0.67% | 0.8% | - |
| XYZ | 43.17 | 48.21 | 12.18 | - |
| YUV | 177.4 | 65.13 | 146.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 186 | 66 | 0 | 0.08 | 0.67 | 0.20 | 52.55 | 0.57 | 0.53 |
| Hex | CB | BA | 42 | 0 | 8 | 43 | 14 | 35 | 39 | 35 |
| Octal | 313 | 272 | 102 | 0 | 10 | 103 | 24 | 65 | 71 | 65 |
| Binary | 11001011 | 10111010 | 1000010 | 0 | 1000 | 1000011 | 10100 | 110101 | 111001 | 110101 |
Color Harmonies of #CBBA42
Complementary color
Monochromatic Colors of #CBBA42
Black with #CBBA42
Text Example
Text Example
White with #CBBA42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBBA42; }
p { color: rgb(203,186,66); }
H1.HeaderClassName
{
color: #CBBA42;
}
.AnyTagClassName
{
color: #CBBA42;
}
</style>
background-color css
<style>
a { background-color: #CBBA42; }
a { background-color: rgb(203,186,66); }
div.DivClassName
{
background-color: #CBBA42;
}
.BgClassName
{
background-color: #CBBA42;
}
</style>
border-color css
<style>
span { border-color: #CBBA42; }
span { border-color: rgb(203,186,66); }
td.TdClassName
{
border-color: #CBBA42;
}
.TagClassName
{
border-color: #CBBA42;
}
</style>