Shades of Old Gold #CBBE32
Tints of Old Gold #CBBE32
RGB
CMYK
RGB Variations
Color information
#CBBE32 (or 0xCBBE32) is known color: Old Gold. HEX triplet: CB, BE and 32. RGB value is (203,190,50). Sum of RGB (Red+Green+Blue) = 203+190+50=443 (58% of max value = 765). Red value is 203 (79.69% from 255 or 45.82% from 443); Green value is 190 (74.61% from 255 or 42.89% from 443); Blue value is 50 (19.92% from 255 or 11.29% from 443); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBE32 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBBE32 is #3441CD. Grayscale: #B2B2B2. Windows color (decimal): -3424718 or 3325643. OLE color: 3325643.
HSL color Cylindrical-coordinate representation of color #CBBE32: hue angle of 54.9º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CBBE32 is Cyan = 0, Magento = 0.06, Yellow = 0.75 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 190 | 50 | - |
| CMYK | 0 | 0.06 | 0.75 | 0.20 |
| HSL | 54.9º | 0.6% | 0.5% | - |
| HSV(B) | 54.9º | 0.75% | 0.8% | - |
| XYZ | 43.62 | 49.75 | 10.32 | - |
| YUV | 177.93 | 55.81 | 145.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 190 | 50 | 0 | 0.06 | 0.75 | 0.20 | 54.9 | 0.6 | 0.5 |
| Hex | CB | BE | 32 | 0 | 6 | 4B | 14 | 37 | 3C | 32 |
| Octal | 313 | 276 | 62 | 0 | 6 | 113 | 24 | 67 | 74 | 62 |
| Binary | 11001011 | 10111110 | 110010 | 0 | 110 | 1001011 | 10100 | 110111 | 111100 | 110010 |
Color Harmonies of #CBBE32
Complementary color
Monochromatic Colors of #CBBE32
Black with #CBBE32
Text Example
Text Example
White with #CBBE32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBBE32; }
p { color: rgb(203,190,50); }
H1.HeaderClassName
{
color: #CBBE32;
}
.AnyTagClassName
{
color: #CBBE32;
}
</style>
background-color css
<style>
a { background-color: #CBBE32; }
a { background-color: rgb(203,190,50); }
div.DivClassName
{
background-color: #CBBE32;
}
.BgClassName
{
background-color: #CBBE32;
}
</style>
border-color css
<style>
span { border-color: #CBBE32; }
span { border-color: rgb(203,190,50); }
td.TdClassName
{
border-color: #CBBE32;
}
.TagClassName
{
border-color: #CBBE32;
}
</style>