Shades of Old Gold #CBAE40
Tints of Old Gold #CBAE40
RGB
CMYK
RGB Variations
Color information
#CBAE40 (or 0xCBAE40) is known color: Old Gold. HEX triplet: CB, AE and 40. RGB value is (203,174,64). Sum of RGB (Red+Green+Blue) = 203+174+64=441 (58% of max value = 765). Red value is 203 (79.69% from 255 or 46.03% from 441); Green value is 174 (68.36% from 255 or 39.46% from 441); Blue value is 64 (25.39% from 255 or 14.51% from 441); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAE40 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBAE40 is #3451BF. Grayscale: #AAAAAA. Windows color (decimal): -3428800 or 4239051. OLE color: 4239051.
HSL color Cylindrical-coordinate representation of color #CBAE40: hue angle of 47.48º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CBAE40 is Cyan = 0, Magento = 0.14, Yellow = 0.68 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 174 | 64 | - |
| CMYK | 0 | 0.14 | 0.68 | 0.20 |
| HSL | 47.48º | 0.57% | 0.52% | - |
| HSV(B) | 47.48º | 0.68% | 0.8% | - |
| XYZ | 40.69 | 43.34 | 11.07 | - |
| YUV | 170.13 | 68.11 | 151.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 174 | 64 | 0 | 0.14 | 0.68 | 0.20 | 47.48 | 0.57 | 0.52 |
| Hex | CB | AE | 40 | 0 | E | 44 | 14 | 2F | 39 | 34 |
| Octal | 313 | 256 | 100 | 0 | 16 | 104 | 24 | 57 | 71 | 64 |
| Binary | 11001011 | 10101110 | 1000000 | 0 | 1110 | 1000100 | 10100 | 101111 | 111001 | 110100 |
Color Harmonies of #CBAE40
Complementary color
Monochromatic Colors of #CBAE40
Black with #CBAE40
Text Example
Text Example
White with #CBAE40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBAE40; }
p { color: rgb(203,174,64); }
H1.HeaderClassName
{
color: #CBAE40;
}
.AnyTagClassName
{
color: #CBAE40;
}
</style>
background-color css
<style>
a { background-color: #CBAE40; }
a { background-color: rgb(203,174,64); }
div.DivClassName
{
background-color: #CBAE40;
}
.BgClassName
{
background-color: #CBAE40;
}
</style>
border-color css
<style>
span { border-color: #CBAE40; }
span { border-color: rgb(203,174,64); }
td.TdClassName
{
border-color: #CBAE40;
}
.TagClassName
{
border-color: #CBAE40;
}
</style>