Shades of Old Gold #CBBD31
Tints of Old Gold #CBBD31
RGB
CMYK
RGB Variations
Color information
#CBBD31 (or 0xCBBD31) is known color: Old Gold. HEX triplet: CB, BD and 31. RGB value is (203,189,49). Sum of RGB (Red+Green+Blue) = 203+189+49=441 (58% of max value = 765). Red value is 203 (79.69% from 255 or 46.03% from 441); Green value is 189 (74.22% from 255 or 42.86% from 441); Blue value is 49 (19.53% from 255 or 11.11% from 441); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBD31 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBBD31 is #3442CE. Grayscale: #B1B1B1. Windows color (decimal): -3424975 or 3259851. OLE color: 3259851.
HSL color Cylindrical-coordinate representation of color #CBBD31: hue angle of 54.55º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CBBD31 is Cyan = 0, Magento = 0.07, Yellow = 0.76 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 189 | 49 | - |
| CMYK | 0 | 0.07 | 0.76 | 0.20 |
| HSL | 54.55º | 0.61% | 0.49% | - |
| HSV(B) | 54.55º | 0.76% | 0.8% | - |
| XYZ | 43.38 | 49.31 | 10.14 | - |
| YUV | 177.23 | 55.64 | 146.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 189 | 49 | 0 | 0.07 | 0.76 | 0.20 | 54.55 | 0.61 | 0.49 |
| Hex | CB | BD | 31 | 0 | 7 | 4C | 14 | 37 | 3D | 31 |
| Octal | 313 | 275 | 61 | 0 | 7 | 114 | 24 | 67 | 75 | 61 |
| Binary | 11001011 | 10111101 | 110001 | 0 | 111 | 1001100 | 10100 | 110111 | 111101 | 110001 |
Color Harmonies of #CBBD31
Complementary color
Monochromatic Colors of #CBBD31
Black with #CBBD31
Text Example
Text Example
White with #CBBD31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBBD31; }
p { color: rgb(203,189,49); }
H1.HeaderClassName
{
color: #CBBD31;
}
.AnyTagClassName
{
color: #CBBD31;
}
</style>
background-color css
<style>
a { background-color: #CBBD31; }
a { background-color: rgb(203,189,49); }
div.DivClassName
{
background-color: #CBBD31;
}
.BgClassName
{
background-color: #CBBD31;
}
</style>
border-color css
<style>
span { border-color: #CBBD31; }
span { border-color: rgb(203,189,49); }
td.TdClassName
{
border-color: #CBBD31;
}
.TagClassName
{
border-color: #CBBD31;
}
</style>