Shades of Old Gold #CBBD37
Tints of Old Gold #CBBD37
RGB
CMYK
RGB Variations
Color information
#CBBD37 (or 0xCBBD37) is known color: Old Gold. HEX triplet: CB, BD and 37. RGB value is (203,189,55). Sum of RGB (Red+Green+Blue) = 203+189+55=447 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.41% from 447); Green value is 189 (74.22% from 255 or 42.28% from 447); Blue value is 55 (21.88% from 255 or 12.30% from 447); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBD37 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBBD37 is #3442C8. Grayscale: #B2B2B2. Windows color (decimal): -3424969 or 3653067. OLE color: 3653067.
HSL color Cylindrical-coordinate representation of color #CBBD37: hue angle of 54.32º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CBBD37 is Cyan = 0, Magento = 0.07, Yellow = 0.73 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 189 | 55 | - |
| CMYK | 0 | 0.07 | 0.73 | 0.20 |
| HSL | 54.32º | 0.59% | 0.51% | - |
| HSV(B) | 54.32º | 0.73% | 0.8% | - |
| XYZ | 43.52 | 49.37 | 10.85 | - |
| YUV | 177.91 | 58.64 | 145.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 189 | 55 | 0 | 0.07 | 0.73 | 0.20 | 54.32 | 0.59 | 0.51 |
| Hex | CB | BD | 37 | 0 | 7 | 49 | 14 | 36 | 3B | 33 |
| Octal | 313 | 275 | 67 | 0 | 7 | 111 | 24 | 66 | 73 | 63 |
| Binary | 11001011 | 10111101 | 110111 | 0 | 111 | 1001001 | 10100 | 110110 | 111011 | 110011 |
Color Harmonies of #CBBD37
Complementary color
Monochromatic Colors of #CBBD37
Black with #CBBD37
Text Example
Text Example
White with #CBBD37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBBD37; }
p { color: rgb(203,189,55); }
H1.HeaderClassName
{
color: #CBBD37;
}
.AnyTagClassName
{
color: #CBBD37;
}
</style>
background-color css
<style>
a { background-color: #CBBD37; }
a { background-color: rgb(203,189,55); }
div.DivClassName
{
background-color: #CBBD37;
}
.BgClassName
{
background-color: #CBBD37;
}
</style>
border-color css
<style>
span { border-color: #CBBD37; }
span { border-color: rgb(203,189,55); }
td.TdClassName
{
border-color: #CBBD37;
}
.TagClassName
{
border-color: #CBBD37;
}
</style>